Skip to content

Replicate the once famous mobile game Doodle Jump

Notifications You must be signed in to change notification settings

vladalexey/doodle_jump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages