lambda-v/levels/6.json

26 lines
607 B
JSON

{
"field": [
" _________________ ",
"| # # # # $|",
"| # # # # # # # ##|",
"| # # # # # # # # |",
"| # # # # # # # # |",
"| # # # # # # # # |",
"| # # # # # # # # |",
"| # # # # # # # # |",
"| # # # # |",
" ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ "
],
"start position": [ 1, 1],
"start heading": "east",
"text": "[Level 6]\n\nLet's do that again but bigger...",
"allowed commands": [
"step",
"left",
"right",
"repeat"
],
"allowed conditions": [
]
}