vladalexey / doodle_jump

Replicate the once famous mobile game Doodle Jump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Replicate the once famous mobile game Doodle Jump


Languages

Language:C++ 100.0%