Simplifies the three-digit (x, y) coordinate retrieved from a location
on the GUI to a single-digit (x, y) coordinate that corresponds to
coordinates within the game board object.
Solves the game board through string parsing of the hash representation
of each board state instead of creating a new game board object at each
individual state (since the overhead cost of that is great).