From 9360afa71302248cd0d9f699257b58669be40402 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 15 Dec 2018 15:54:16 +0200 Subject: Day 15: Roguelike --- inputs/15.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 inputs/15.txt (limited to 'inputs') diff --git a/inputs/15.txt b/inputs/15.txt new file mode 100644 index 0000000..0bd71e0 --- /dev/null +++ b/inputs/15.txt @@ -0,0 +1,32 @@ +################################ +#######################.######## +#######################.######## +########..#############.######## +#######.....#########....#..#### +#######.....##########......#### +######....#..########.......#..# +#######.G...########...........# +####..GG....G######..........### +########....G..###..E.......#.E# +########...G..#....G..G.....E..# +########...G...G.G...........E.# +####....G.....#####..E......#E.# +####.####.#..#######....G.....## +####.G#####.#########..........# +####G#####..#########..........# +####.####..E#########..........# +####...#..#.#########.G........# +####.....G..#########.........## +####..G....E.#######........#### +####G.........#####...##....#### +#####G................###..E#### +#####..####...............###### +####..#####.............######## +#####.#######...........######## +#####.########.........######### +#####.########.....E..########## +#.....#########...#.############ +#..#############....############ +################....############ +##################.############# +################################ -- cgit v1.2.3