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

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

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