A simple enemy avoidance game made with Arcade. The sprites were made with Blender and the blend files are included in the repo.
- clone this repo and cd into it
python3 -m venv venv
. venv/bin/activate
pip install arcade
python space_arcade.py
arrow keys to move
:)