diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 19:20:22 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 19:20:52 +0100 |
commit | af7e23ab119eba7c0579796abd288c027edabfa9 (patch) | |
tree | fcd18c9405f33bed0e5f706a8a5d249ee3a63201 /bin/stages/labrynt |
Diffstat (limited to 'bin/stages/labrynt')
-rw-r--r-- | bin/stages/labrynt | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/bin/stages/labrynt b/bin/stages/labrynt new file mode 100644 index 0000000..187ef01 --- /dev/null +++ b/bin/stages/labrynt @@ -0,0 +1,72 @@ +<WALL> + < 50, 50> + <550, 50> + <550, 550> + < 50, 550> + < 50, 50> +</WALL> + +<WALL> + <100, 350> + <100, 100> + <500, 100> +</WALL> + +<WALL> + <100, 400> + <100, 500> + <475, 500> + <475, 200> +</WALL> + +<WALL> + <100, 300> + <150, 300> +</WALL> + +<WALL> + <150, 150> + <150, 450> + <400, 450> + <400, 200> +</WALL> + +<WALL> + <200, 300> + <200, 150> + <300, 150> + <300, 350> +</WALL> + +<WALL> + <250, 200> + <250, 400> + <350, 400> + <350, 150> + <550, 150> +</WALL> + +<FACTORY> + <94.9, 300, 180> +</FACTORY> + +<CHECKPOINT> + < 50, 50, 100, 100, 225> + <500, 100, 550, 100, 700> + <100, 150, 350, 150, 1110> + <150, 400, 250, 400, 1354> + <350, 400, 400, 450, 1547> + <400, 200, 550, 200, 1872> + <400, 450, 550, 550, 2139> + <150, 450, 50, 550, 2431> + < 50, 300, 100, 300, 2629> +</CHECKPOINT> + +<TRAP> + <130, 100, 150, 150> + <300, 150, 350, 170> + <200, 280, 250, 300> + <475, 200, 550, 220> + < 50, 400, 100, 420> + <100, 330, 150, 350> +</TRAP> |