diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-09-13 19:14:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-09-13 19:14:17 -0300 |
commit | 252bf653d043e01e639e768ce308384e68653ae8 (patch) | |
tree | b6167ed37cd49e67d51451b08a0799dcd01360af | |
parent | 93b27f1b4739c5ac89bef7190cdf88c2f5116ca2 (diff) | |
download | tools-252bf653d043e01e639e768ce308384e68653ae8.tar.gz tools-252bf653d043e01e639e768ce308384e68653ae8.tar.bz2 tools-252bf653d043e01e639e768ce308384e68653ae8.tar.xz tools-252bf653d043e01e639e768ce308384e68653ae8.zip |
Add a README for maze script generation tool as it became more complex.
-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. + + |