Dino game is a popular game. We did it for a programming class at the Jagiellonian University in Cracow. We used the SFML library.
- Space - jump and restart
- down arrow - bend
g++ -c main.cpp
g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system
./sfml-app