Go to file
GreenXenith b98d12627a Add README 2020-03-04 14:22:38 -08:00
assets Tweak character 2020-02-25 15:08:37 -08:00
src Make rooms more frequent 2020-03-04 13:07:11 -08:00
.gitignore Rework collisions using new vector class 2020-02-24 16:12:42 -08:00
README.md Add README 2020-03-04 14:22:38 -08:00
map.json Add outer corners 2020-02-24 17:30:02 -08:00
setup.sh Add setup script 2020-02-19 10:08:59 -08:00
zoria.py Folder restructure 2020-02-24 18:20:51 -08:00

README.md

Zoria

An RPG Dungeon Crawler using PyGame

Usage

python3 zoria.py

Notes

  • Features currently only include rendering, map generation, movement, and sprite animation
  • setup.sh is for git configuration across multiple machines (don't use it)
  • map.json is not in use. generator.py creates maps when loading