lambda-v/levels/4.json

26 lines
709 B
JSON

{
"field": [
" _________________ ",
"| # |",
"| # |",
"|# # |",
"| # # |",
"| # # |",
"| # # |",
"| # # |",
"| # $# |",
" ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ "
],
"start position": [ 1, 1],
"start heading": "east",
"text": "[Level 4]\n\nYou can put multiple commands inside a loop.\nThis can be used to repeat a sequence of commands.\n\nExample: repeat<10>(left step left)",
"allowed commands": [
"step",
"left",
"right",
"repeat"
],
"allowed conditions": [
]
}