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

https://github.com/sergio0694/snake

The classic arcade game Snake written in C
https://github.com/sergio0694/snake

Last synced: about 1 month ago
JSON representation

The classic arcade game Snake written in C

Awesome Lists containing this project

README

          

# Snake
The classic arcade game Snake written in C

Compile using:
gcc -O2 -std=c99 -o Snake Snake.c Snake_graphics.c Snake_logic.c

Enjoy :D