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
- Host: GitHub
- URL: https://github.com/sergio0694/snake
- Owner: Sergio0694
- Created: 2014-12-21T01:35:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T14:50:34.000Z (about 10 years ago)
- Last Synced: 2025-03-21T10:14:18.948Z (7 months ago)
- Language: C
- Size: 8.89 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake
The classic arcade game Snake written in CCompile using:
gcc -O2 -std=c99 -o Snake Snake.c Snake_graphics.c Snake_logic.cEnjoy :D