/Snake-Game

The snakes game built in C++.

Primary LanguageC++

Snake Game

A simple implementation of the traditional snake game in C++.

In this game we need to get the snake to eat fruits which increases its length.
If the snake eats its own tail or touches the walls(can be turned off) its GAME OVER !