Skip to content

The SnakeGame is a C++ console application that simulates the classic Snake game. The player controls a snake that moves around a grid, eating randomly appearing fruits to increase its length and the player's score. The game concludes if the snake collides with the grid's boundary or its own tail. The game's state updates in every 50 milliseconds .

Notifications You must be signed in to change notification settings

Shwet310/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

About

The SnakeGame is a C++ console application that simulates the classic Snake game. The player controls a snake that moves around a grid, eating randomly appearing fruits to increase its length and the player's score. The game concludes if the snake collides with the grid's boundary or its own tail. The game's state updates in every 50 milliseconds .

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages