fletchgraham / space_arcade

Up and running with Arcade.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:)

About

Up and running with Arcade.

License:MIT License


Languages

Language:Python 100.0%