###Start the game (on Linux) Right click on the file "start.sh" --> Properties --> Permissions --> click on "Allow executing file as program" --> close
Now, double click on "start.sh" --> "Run in terminal".
On Windows, double click on snake.exe to play.
###COMPILATION Run the following command for compilation --
gcc CSnake.c -o CSnake
###KNOWN ISSUES
As the main functionality has been added already (which was the intent), I didn't care to develop it further.
- Game crashes when snake reaches the edge, no boundary limit has been defined for the snake to crawl.
- No score/level system.
- Food generates around a specific region only.