Skip to content

dip07/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Snake Game

The game is written in C. I developed it using TurboC++ editor.

One very important characteristic of this code is that it directly interacts with the video buffer of the system (while displaying help contents); thus speeding up the process as far as possible. I have used far pointers for this purpose [ Line 19 ].

Game Details:-

In this game the user can :

Select difficulty level as per his/her wish. Create a maze Increase/decrease the Snake’s speed temporarily/permanently View help instruction.

When the game is launched the user can select a level of expertise:

Select Menu

Create and delete maze as per your wish

Create Maze

At any time of the game you can get help by pressing the F1 function key

Get Help

In the game, objects will appear at any location, and the snake should eat it:

Game

You can get the score after the game is over:

Get Score

About

A Snake Game implementation in C programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages