Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 416 Bytes

Chrome Dinosaur

Google Chrome dinosaur game using Ncurses in C (T-Rex)

You can jump using 'Space' Key, and you can fire when Prize was equal to 1 using 'k' Key.

To compile and run:

(Make sure you have Ncurses library installed!)

gcc main.c -lncurses -o main.out
./main.out

Login Screen Day Mode Night Mode End Screen