https://github.com/cassiofb-dev/snakewinc
Simple Snake Game in C
https://github.com/cassiofb-dev/snakewinc
arrays c pointers snake-game
Last synced: 10 months ago
JSON representation
Simple Snake Game in C
- Host: GitHub
- URL: https://github.com/cassiofb-dev/snakewinc
- Owner: cassiofb-dev
- Created: 2020-11-28T14:58:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T14:58:14.000Z (over 5 years ago)
- Last Synced: 2025-08-03T23:55:34.186Z (10 months ago)
- Topics: arrays, c, pointers, snake-game
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Windows C
Snake console game made with c for windows.
This is a well commented code that covers some basic topics like:
1. Variables
2. Arrays
3. Functions
4. Pointers
5. Structs