Skip to content

varshit007/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game!

I have created a simple classic snake game:
The game is played by using the arrow keys on the keyboard - left moves the snake left,
right moves the snake right, etc
If the snake eats the food (which is circular in shape), then both the size and the scores increase
The only way to stop the game is if you exit, or if the snake collides with the boundary or the snake itself

The code for this project was written in C++ (14.0) using the IDE CLion
The compiler used to compile the code was MS Visual Studio (14)
The grahics used to display the snake, food, etc. was built using Cinder

image

SnakeGame.2021-08-25.23-26-39.mp4

About

Implemented a classic snake game with some additional features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published