marble-machinations/levels/02_lists/reverse_input.json

11 lines
No EOL
361 B
JSON

{
"id": "reverse_input",
"sort_order": 24,
"name": "Reverse",
"description": "read input until zero and output the same thing in reverse",
"init_board": null,
"inputs": [116, 110, 114, 111, 112, 109, 105, 32, 121, 114, 101, 118, 0],
"outputs": [118, 101, 114, 121, 32, 105, 109, 112, 111, 114, 110, 116],
"input_is_text": true,
"output_is_text": true
}