summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-09-13 19:14:17 -0300
committerJesusaves <cpntb1@ymail.com>2024-09-13 19:14:17 -0300
commit252bf653d043e01e639e768ce308384e68653ae8 (patch)
treeb6167ed37cd49e67d51451b08a0799dcd01360af
parent93b27f1b4739c5ac89bef7190cdf88c2f5116ca2 (diff)
downloadtools-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.md17
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.
+
+