Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 604 Bytes

File metadata and controls

26 lines (17 loc) · 604 Bytes

Snake

Snake is a fun little snake game built in python.

Installation

First, make sure you have python 3 installed. You can download that here.

Second, install pygame using the following command

pip install pygame

Usage

Open either powershell or command prompt, navigate to the directory that contains snake.py and run:

python ./snake.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT