https://github.com/voidwalker7/snake
snake game built in C
https://github.com/voidwalker7/snake
c snake-game snake-game-in-c
Last synced: 3 months ago
JSON representation
snake game built in C
- Host: GitHub
- URL: https://github.com/voidwalker7/snake
- Owner: VoIDWALkER7
- Created: 2023-10-30T19:56:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T08:58:57.000Z (11 months ago)
- Last Synced: 2025-01-04T21:17:40.224Z (4 months ago)
- Topics: c, snake-game, snake-game-in-c
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is just a snake game built in C.
If you are interested in testing it, be my guest, though keep in mind, i will be adding more stuff to it as well.
To test it, you can clone it to your desktop using the command ```git clone https://github.com/VoIDWALkER7/snake.git```.Then ```cd snake``` and the make the file using the ```make``` command.
After that, just type ```./snake``` on your desktop to run it and it will work.
Feel free to raise an issue in case you find any.
Thank you for your support.