Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 305 Bytes

File metadata and controls

21 lines (11 loc) · 305 Bytes

Snake Game

Remember the Nokia snake game? This is a very basic version of what that was. Pretty basic too.

Instructions

Install Pyeinstaller

Clone the repo

From the command line run python snakeGame.py

To play use arrow keys or

a = LEFT

d = RIGHT

w = UP

s = DOWN