Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 321 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 321 Bytes

Snake Game

A recreation of the classic arcade game Snake using the Python Pygame module

Prerequisites

If Python 3 is present on the system, the required modules can be installed with

pip install -r requirements.txt

Usage

The file can be run using

py SnakeGameV1.py