###CodeCombat Gridmancer Challenge: 30 Tile Solution
The better of my two solutions to the CodeCombat Gridmancer level.
Approach: Add horizontal lines and combine stacked equal width lines
I created my own version of the level to work with. Here it is after being solved by my algorithm.
Post-challenge article discussing the problem and some solutions