Skip to content

Instantly share code, notes, and snippets.

@almmechanics
Created April 12, 2020 13:52
Show Gist options
  • Save almmechanics/dcfa97298da045c034342b90306670f7 to your computer and use it in GitHub Desktop.
Save almmechanics/dcfa97298da045c034342b90306670f7 to your computer and use it in GitHub Desktop.
a-maze-ing
[
{
"index": 1,
"name": "Lets start somewhere...",
"steps": {
"gold": 34,
"silver": 38,
"bronze": 44
},
"grid": [
"############",
"## # #",
"# # # # #",
"# #O###### #",
"# # # #",
"#### # # #",
"# # #",
"# ## #### #",
"# # # #",
"# # # # ###",
"# # # # #",
"# # ## ##",
"######I#####"
]
},
{
"index": 2,
"steps": {
"gold": 10,
"silver": 20,
"bronze": 30
},
"name": "I'm number two",
"grid": [
"##########",
"#O ## ## #",
"## ## # #",
"## # #",
"# # # # #",
"# ## #",
"####I#####"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment