Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 724 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 724 Bytes

Snake-And-Apple

This repository contains python based interactive Snake-And-Apple game.

Installing Snake-And-Apple:

git clone https://github.com/aqeelanwar/Snake-And-Apple.git

Running Snake-And-Apple:

cd Snake-And-Apple
python main.py

Screenshots

Controls

  1. The game begins with snake of length 3 waiting for user input
  2. Keyboard Up, Down, Right, and Left are used to navigate
  3. The result of the game is displayed at the end of the game
  4. Click anywhere on the result screen to play again

Author

Aqeel Anwar