Created
April 5, 2022 08:59
-
-
Save joshcarp/399510c3d3d7aa911d46a33b7eb9b326 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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