Skip to content

Console based snakeGame. Try, You will feel nostalgic. xD

Notifications You must be signed in to change notification settings

Sourabh-Kumar7/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Snake Game

It's a simple console based game implemented in CPP.

Installation

In case you don't have git

sudo apt-get install git

Clone the repo

git clone https://github.com/beyourwild7/SnakeGame.git

Open the directory

cd SnakeGame

Usage

Compilation

g++ Game.cpp

Run

./a.out

If you like it, Please give a star.