mstksg / advent-of-code-ocr

Parsing ASCII art word solutions for advent of code

Home Page:https://hackage.haskell.org/package/advent-of-code-ocr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2016 bonus challenge

rjwut opened this issue · comments

The bonus challenge released after the 2016 season uses the same "font" as the 2016 day 8 puzzle, but with some additional letterforms:

Lower-case o:

....
....
.##.
#..#
#..#
.##.

A very skinny digit 0:

.#.
#.#
#.#
#.#
#.#
.#.

Digit 1:

.#.
##.
.#.
.#.
.#.
###

Digit 2:

.##.
#..#
...#
..#.
.#..
####

Digit 7:

####
...#
..#.
..#.
.#..
.#..