Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 248 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 248 Bytes

doodle_jump

Replicate the once famous mobile game Doodle Jump in C++ and SFML library

Build and play

g++ -c main.cpp
g++ main.o -o doodle -lsfml-graphics -lsfml-window -lsfml-system