lambda-v/levels/8.json

28 lines
655 B
JSON

{
"field": [
" _________________ ",
"| # |",
"| # ############# |",
"| # # # |",
"| # #$ # # |",
"| # ########### # |",
"| # # |",
"| ############### |",
"| |",
" ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ "
],
"start position": [ 1, 1],
"start heading": "south",
"text": "Let's do the same thing but more complex...",
"allowed commands": [
"step",
"left",
"right",
"while"
],
"allowed conditions": [
"in front of wall",
"goal reached"
]
}