Package UnBlockMe :: Package Utility :: Module MovesTo
[hide private]
[frames] | no frames]

Module MovesTo

source code

Functions [hide private]
[string]
toGraphs(board, path)
Get a list of all the board positions that result in a solved board.
source code
Variables [hide private]
  __package__ = None
Function Details [hide private]

toGraphs(board, path)

source code 

Get a list of all the board positions that result in a solved board.

Parameters:
  • board (Map) - Board to run path on
  • path ([Move]) - Array of moves to generate baords
Returns: [string]
Array of string representation of boards