Skip to content

Instantly share code, notes, and snippets.

@Timwi
Timwi / Payload.txt
Last active June 18, 2023 01:29
PAYLOAD — a “Patrick’s Parabox” puzzle by Timwi. To play, place this file in C:\Users\<name>\AppData\LocalLow\Patrick Traynor\Patrick's Parabox\custom_levels
version 4
#
Block -1 -1 1 9 9 0.35 0.8 1 1 0 0 0 0 0 0 0
Wall 1 4 0 0 0
Wall 5 1 0 0 0
Wall 0 8 0 0 0
Block 4 5 0 5 5 0.9 1 0.7 1 1 1 1 0 0 0 0
Block 5 3 3 3 3 0.6 0.8 1 1 0 0 0 0 0 0 0
Wall 2 2 0 0 0
. .
. . . .
. . . .
. . . .
. . . .
. . . .
. . . .
╓───╖ ╔════╗ ┌────╖ ╓───╖ ╓───╖ ┌─────────────────────────────────────────────────┐
║ ɹ ║ ║ 21 ╟─┤ >> ╟──┐ ║ ⇄ ║ ║ Ṗ ║ ┌───╖ ┌─┴─╖ ┌───────────────────────────┐ ┌───╖ ┌─┴─╖
╙─┬─╜ ╚════╝ ╘═╤══╝ │ ╙─┬─╜ ┌──┐ ╔═══╗ ╙─┬─╜ ┌─────────────────────┤ ♯ ╟───────────┬─────────┐ ┌───┤ · ╟─────────┘ ╔═══╗ ┌───────────────┐ ├─┤ ‹ ╟─┤ ‹ ║
┌────┴──────┐ ┌─┴─╖ ├───┴────────────┤ │ ║ 0 ║ ┌─┴─╖ │ ┌───╖ ╔═══╗ ┌───┐ ╘═══╝ │ │ │ ╘═╤═╝ ║ 1 ║ │ ╓───╖ │ │ ╘═╤═╝ ╘═╤═╝
┌─┴─╖ ┌───╖ │ │ ⇄ ║ │ ╔════╗ ┌───╖ │ │ ╚═╤═╝ │ ♭ ║ └─┤ ♫ ╟─╢ 0 ║ │ ┌─┴─╖ │ │ │ │ ╚═╤═╝ └─╢ ⬗ ╟─┐ │ ┌─┴─╖ │ ┌─┴─╖
┌─┤ ╟─┤ ɹ ╟─┐ │ ╘═╤═╝ │ ║ −1 ╟─┤ ≠ ╟─┴┐ │ ╔═══╗ ┌──┴─╖ ╘═╤═╝ ╘═╤═╝ ╚═══╝ │ │ ʭ
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using RT.Util.ExtensionMethods;
using System;
using System.Collections.Generic;
using System.Linq;
using RT.Generexes;
using RT.Util;
using RT.Util.Consoles;
using RT.Util.ExtensionMethods;
using S = RT.Generexes.Stringerex;
using SN = RT.Generexes.Stringerex<Timwi.Temp.GenerexBasedParser.ExpressionNode>;