Skip to content

Instantly share code, notes, and snippets.

@joshcarp
Created April 5, 2022 08:59
Show Gist options
  • Save joshcarp/399510c3d3d7aa911d46a33b7eb9b326 to your computer and use it in GitHub Desktop.
Save joshcarp/399510c3d3d7aa911d46a33b7eb9b326 to your computer and use it in GitHub Desktop.
{
"n": 5,
"board": [
["b", 1, 0],
["b", 1, 1],
["b", 1, 3],
["b", 3, 2]
],
"start": [4, 2],
"goal": [0, 0]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment