https://github.com/kimchiigu/snake-game
"Classic Snake game in C with wraparound feature. Control the snake (^), collect food (M), and enjoy continuous gameplay as the snake wraps around the screen."
https://github.com/kimchiigu/snake-game
2d-array
Last synced: over 1 year ago
JSON representation
"Classic Snake game in C with wraparound feature. Control the snake (^), collect food (M), and enjoy continuous gameplay as the snake wraps around the screen."
- Host: GitHub
- URL: https://github.com/kimchiigu/snake-game
- Owner: Kimchiigu
- License: mit
- Created: 2023-09-24T09:59:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T14:07:13.000Z (over 2 years ago)
- Last Synced: 2023-10-15T23:33:57.744Z (over 2 years ago)
- Topics: 2d-array
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake_Game
"Classic Snake game in C with wraparound feature. Control the snake (^), collect food (M), and enjoy continuous gameplay as the snake wraps around the screen."