Skip to content

I made this a few years back just for fun and to write something fun in C :)

Notifications You must be signed in to change notification settings

GauravButola/CSnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

###Demo Demo

###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.

  1. Game crashes when snake reaches the edge, no boundary limit has been defined for the snake to crawl.
  2. No score/level system.
  3. Food generates around a specific region only.

About

I made this a few years back just for fun and to write something fun in C :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published