Skip to content

vaibhavx42/snake-game-in-c-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SIMPLE SNAKE GAME IN C++

Snake game is one of the most famous games available on all types of device and works on every operating system. Snakes can move in every direction in this game, e.g., left, right, up, and down; after taking the food, the length of the snake increases. Food of the Snake will be generated at a given interval of time.

Snake game is a recreation of the old game Snake. It is designed using C++ as main language and a library called windows.h to run the game in the cmd of the windows in smooth way.
  • To control the snakes, just use the up, down, left, right arrow keys to run the game, set when ready and arrow keys to move to a desired direction.

  • The first thing you need to do is to test the game and learn about its functionality. To do that, go to the GitHub repository and clone the project in your computer.

License

MIT

Free Software, Hell Yeah!

About

A fruit eating snake game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages