From 252bf653d043e01e639e768ce308384e68653ae8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Sep 2024 19:14:17 -0300 Subject: Add a README for maze script generation tool as it became more complex. --- misc/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 misc/README.md 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 `, 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. + + -- cgit v1.2.3-70-g09d2