diff options
Diffstat (limited to 'bin/stages/zigzag')
-rw-r--r-- | bin/stages/zigzag | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/bin/stages/zigzag b/bin/stages/zigzag new file mode 100644 index 0000000..49a81b4 --- /dev/null +++ b/bin/stages/zigzag @@ -0,0 +1,50 @@ +<WALL> + < 50, 50> + <550, 50> + <550, 550> + <400, 550> + <400, 150> + <350, 150> + <350, 550> + <200, 550> + <200, 150> + <150, 150> + <150, 550> + < 50, 550> + < 50, 50> +</WALL> + +<WALL> + <100, 500> + <100, 100> + <500, 100> + <500, 500> + <450, 500> + <450, 100> +</WALL> + +<WALL> + <300, 100> + <300, 500> + <250, 500> + <250, 100> +</WALL> + +<FACTORY> + <94.9, 300, 180> +</FACTORY> + +<CHECKPOINT> + < 50, 50, 100, 100, 225> + <550, 50, 500, 100, 675> + <550, 550, 500, 500, 1125> + <450, 500, 400, 550, 1225> + <400, 150, 450, 100, 1625> + <300, 100, 350, 150, 1725> + <300, 500, 350, 550, 2125> + <250, 500, 200, 550, 2225> + <200, 150, 250, 100, 2625> + <100, 100, 150, 150, 2725> + <100, 500, 100, 550, 3150> + < 50, 300, 100, 300, 3400> +</CHECKPOINT> |