Skip to content

farbodahm/chrome-dinosaur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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