/space_arcade

Up and running with Arcade.

Primary LanguagePythonMIT LicenseMIT

Space Arcade

A simple enemy avoidance game made with Arcade. The sprites were made with Blender and the blend files are included in the repo.

Instructions

  1. clone this repo and cd into it
  2. python3 -m venv venv
  3. . venv/bin/activate
  4. pip install arcade
  5. python space_arcade.py

arrow keys to move

:)