(rather messy) Source Code

Strata is a puzzle game about laying ribbons down over a colored grid. A puzzle is solved when the topmost ribbon for each grid square matches the color underneath it.


I made a program that examines the screen while the game is running, determines what the colors of the grid are, and directs the player on how to solve that puzzle.


Made in about 20 hours over the course of a week at the end of August 2015.
About 5% of the time was spent on the actual puzzle solving.
The other 95% was devoted to finding those elusive squares in the grid.