lambda-v/levels/2.json

25 lines
614 B
JSON

{
"field": [
" _________________ ",
"| $ |",
"|#################|",
"| |",
"| |",
"| |",
"| |",
"| |",
"| |",
" ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ "
],
"start position": [ 1, 1],
"start heading": "east",
"text": "[Level 2]\n\nThat's quite simple but it can get tedious really quickly.",
"allowed commands": [
"step",
"left",
"right"
],
"allowed conditions": [
]
}