Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 310 Bytes

PythonSnake

The classical Snake game made in Python!

Description

This was a game that was made using the Arcade library. It was orginally practice for a game jam.

Setup

To run the game, the following command must be executed: pip install arcade The code should work perfectly fine afterwards.