hmahajan99 / Snake-Game

The snakes game built in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !

About

The snakes game built in C++.


Languages

Language:C++ 100.0%