Skip to content

George-P-1/Turtle_Jump

Repository files navigation

Turtle Jump Turtle Image

A 2-D platforming game (Doodle Jump rip-off) in C++ using SFML (Simple and Fast Multimedia Library).

About the Game

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.

Controls

Use ‘A’ and ‘D’ keys or ‘<-‘ and ‘->’ keys for movement. ‘Q’ to quit and ‘R’ to restart when game is over.

Run Locally

Clone the Project

git clone https://github.com/George-P-1/Turtle_Jump

Generate executable using GNU Make

Run the following command in the same directory as the makefile.

make

Run the Executable

On Windows terminal:

.\turtle_jump.exe

or

turtle_jump

On Linux terminal:

./turtle_jump.exe

About

A 2-D doodle jump rip-off in C++ using SFML.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published