Skip to content
Michael Hoglan edited this page Sep 21, 2015 · 4 revisions

For the first challenge, start off with puzzleId: 100

The goal of each puzzle is to come up with a list of actions that can transition the puzzle to the solution state.

While there are multiple type of actions, the list of actions should be MOVE and ROTATE for a final list to transition from START to FINISH. The other actions are useful for helping to determine the solution state.

Get familiar with the API and your tools of choice for interacting with services and responses

Clone this wiki locally