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

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

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