Skip to content

Latest commit

 

History

History
47 lines (23 loc) · 636 Bytes

README.md

File metadata and controls

47 lines (23 loc) · 636 Bytes

Pyweek 36 entry - Dark Matter Mage

Dive into a roguelike top down shooter where you fight your way through rooms full of enemies. Can you make it to the boss and maybe even defeat him?

LMB to shoot

RMB to dash

Q for the black hole ability

Quick start

Install using

pip install -r requirements.txt

Run using:

python run_game.py

Note: You might need to specify python3 instead. This game was developed and tested with python 3.10.

Building

python setup.py build_apps

Technologies

  • Panda3D

Keep the ball rolling