blob: ab30bede6af97588d481a27fc2759a76c40badd6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.
|