From ca19e1d4aac6d2da8dae9b60f5b13962b7aff0b8 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sat, 15 Dec 2018 19:38:16 +0100 Subject: Day 15 God dammit this one wasn't fun. The amount of edge cases and arbitrary rules made this more of a chore than a puzzle. The code could probably be shorter, but any sane amount of code structure and clarity demanded this size. --- 2018/input/15.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 2018/input/15.txt (limited to '2018/input') diff --git a/2018/input/15.txt b/2018/input/15.txt new file mode 100644 index 0000000..742953f --- /dev/null +++ b/2018/input/15.txt @@ -0,0 +1,32 @@ +################################ +#################..############# +#################.############## +#################.####..######## +############G..G...###..######## +##########...G...........####### +##########.#.......#.G########## +########...#.....#...G..######## +#######G.###............G####### +###########..G..#.......######## +####..#####............######### +###.G.###.......G.....G.######## +###..#####....#####.......###### +####..#####..#######........E..# +#.##..####..#########.........E# +#....###.GG.#########........### +##....#.G...#########.......#### +#....G...G..#########......##### +#..........G#########.....###### +#.....G......#######......###### +#........##...#####.......###### +#G###...##............#....##### +#..#######................E##### +#.########...............####### +#..#######..............######## +#####..#....E...##.......####### +#####.G#.......#.E..#EE.######## +#####...E....#....#..########### +#######.......E....E.########### +#######.###....###.....######### +#######.####.######.....######## +################################ -- cgit v1.2.3-54-g00ecf