Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 266 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 266 Bytes

Snake

A game of snake made using the PyGame library

Installation

Use the package manager pip to install PyGame

pip3 install pygame

Execution

Run the following command to play the game

python3 main.py