Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 189 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 189 Bytes

python-arcade

A simple game built with Python and the Arcade library.

Setup virtual environment

  • python3 -mvenv .venv
  • source .venv/bin/activate
  • pip3 install -r requirements.txt