BACK TO HOME

GRIN GAME

2024
C++ SFML TEAM PROJECT
Project view 1

OVERVIEW

A game made in C++ for the subject of Programming II, the game is a simple platformer where the player has to reach the end of the level without dying. The game features multiple levels with increasing difficulty, and the player can collect gems to increase their score. The game is built using the SFML library and features custom graphics and sound effects.

CHALLENGES

  • • Learning SFML from scratch
  • • Colaborating with a team fully of unknown people
  • • Use POO in C++
  • • Manage memory in C++
  • • Implement a collision system

SOLUTIONS

  • • Used SFML

TECH STACK  _

  • C++
  • SFML