This repository contains python based interactive Snake-And-Apple game.
git clone https://github.com/aqeelanwar/Snake-And-Apple.git
cd Snake-And-Apple
python main.py
- The game begins with snake of length 3 waiting for user input
- Keyboard Up, Down, Right, and Left are used to navigate
- The result of the game is displayed at the end of the game
- Click anywhere on the result screen to play again