An open API service indexing awesome lists of open source software.

https://github.com/farbodahm/chrome-dinosaur

Google Chrome dinosaur game using Ncurses in C (T-Rex)
https://github.com/farbodahm/chrome-dinosaur

c dinosaur dinosaur-game game ncurses ncurses-library

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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!)

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

![Login Screen](Images/1.png)
![Day Mode](Images/2.png)
![Night Mode](Images/3.png)
![End Screen](Images/4.png)