diff --git a/README.md b/README.md new file mode 100644 index 0000000..33f7abf --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 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