lambda-v/levels/5.json

26 lines
662 B
JSON

{
"field": [
" _________________ ",
"| # #$# |",
"| # # # |",
"| # # # |",
"| # # # |",
"| # # # |",
"| # # # |",
"| ###### # |",
"| # |",
" ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ "
],
"start position": [ 1, 1],
"start heading": "south",
"text": "[Level 5]\n\nYou can even put loops inside other loops.\n\nExample: repeat<10>(step repeat<3>(left))",
"allowed commands": [
"step",
"left",
"right",
"repeat"
],
"allowed conditions": [
]
}