From b98d12627a5870053ad3da6b582c93ffa8ba7b65 Mon Sep 17 00:00:00 2001 From: GreenXenith <24834740+GreenXenith@users.noreply.github.com> Date: Wed, 4 Mar 2020 14:22:38 -0800 Subject: [PATCH] Add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md 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