https://github.com/maningreen/csnake
snake written in c
https://github.com/maningreen/csnake
for-fun learning-by-doing snake-game
Last synced: 2 months ago
JSON representation
snake written in c
- Host: GitHub
- URL: https://github.com/maningreen/csnake
- Owner: maningreen
- License: gpl-3.0
- Created: 2024-11-11T22:23:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T22:54:57.000Z (4 months ago)
- Last Synced: 2025-02-11T15:42:37.743Z (4 months ago)
- Topics: for-fun, learning-by-doing, snake-game
- Language: C
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snake
snake written in c
make sure to compile it with compile.sh, for it was compiled for an armv8 device
then just execute snake
exit is 'Q'Really i just wanted to learn how to make a terminal game. I learned c++ earlier this year
then a little bit of c# REQUIREMENTS
you need: unix based, make, gcc, and ncurses installed
how to compile: be in the projects directory, run make and it'll make
then you can execute snake in that directory