lambda-v/levels/1.json

25 lines
759 B
JSON

{
"field": [
" _________________ ",
"| |",
"| ### |",
"| #$# |",
"| #### # |",
"| # # |",
"| ###### |",
"| |",
"| |",
" ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ "
],
"start position": [ 4, 5],
"start heading": "east",
"text": "[Level 1]\n\nΛV has three commands to control movement:\n→ The `step` command moves the cursor one step in the direction it is pointing.\n→ The `left` and `right` commands turn the cursor 90° in that direction.",
"allowed commands": [
"step",
"left",
"right"
],
"allowed conditions": [
]
}