diff options
-rw-r--r-- | misc/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/README.md b/misc/README.md new file mode 100644 index 0000000..ab30bed --- /dev/null +++ b/misc/README.md @@ -0,0 +1,17 @@ +# Maze Generation Script + +Run `./maze.py <number of mazes> <width> <height>`, dimensions is in 3x3 tiles. +Currently, all mazes are square. + +- Small: 30 +- Medium: 45 +- Great: 60 +- Xtra: 75 +- Absolute: 90 + +2. Remove the spurious comma from generated maps +3. Automap it in Tiled +4. Reorder the layers +5. Run `rewrite.py` in the art repository to add the Dream Tower version. + + |