Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 344 Bytes

File metadata and controls

16 lines (12 loc) · 344 Bytes

Dino

General info

Dino game is a popular game. We did it for a programming class at the Jagiellonian University in Cracow. We used the SFML library.

Options

  • Space - jump and restart
  • down arrow - bend

Run the program

g++ -c main.cpp
g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system
./sfml-app