A 2-D platforming game (Doodle Jump rip-off) in C++ using SFML (Simple and Fast Multimedia Library).
The objective is to stay alive by jumping on higher moving platforms and collect pizza slices (each adds 1 point to score) falling from the sky while also dodging the shurikens.
Use ‘A’ and ‘D’ keys or ‘<-‘ and ‘->’ keys for movement. ‘Q’ to quit and ‘R’ to restart when game is over.
git clone https://github.com/George-P-1/Turtle_Jump
Run the following command in the same directory as the makefile.
make
On Windows terminal:
.\turtle_jump.exe
or
turtle_jump
On Linux terminal:
./turtle_jump.exe