Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 208 Bytes

File metadata and controls

7 lines (5 loc) · 208 Bytes

snake

A simple Snake implementation in Python

The only dependency is Pygame. You can install the correct version with pip install -r requirements.txt.

To start the game, simply run python main.py