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)
- Host: GitHub
- URL: https://github.com/farbodahm/chrome-dinosaur
- Owner: farbodahm
- License: gpl-3.0
- Created: 2020-01-03T14:18:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T18:23:06.000Z (over 3 years ago)
- Last Synced: 2025-07-27T00:36:48.203Z (11 months ago)
- Topics: c, dinosaur, dinosaur-game, game, ncurses, ncurses-library
- Language: C
- Size: 136 KB
- Stars: 67
- Watchers: 3
- Forks: 66
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```



