marble-machinations/levels/03_text/parse_decimal.json
2024-10-13 17:00:59 +02:00

11 lines
No EOL
434 B
JSON

{
"id": "parse_decimal",
"sort_order": 33,
"name": "Numbers 2",
"description": "Convert input numbers from text, separated by spaces (32)\n'0' = 48, '1' = 49, '2' = 50, and so on",
"init_board": null,
"inputs": [56, 53, 32, 49, 49, 52, 32, 51, 50, 32, 49, 48, 51, 32, 57, 55, 32, 49, 50, 49, 32, 51, 50, 32, 53, 56, 32, 53, 49],
"outputs": [85, 114, 32, 103, 97, 121, 58, 51],
"input_is_text": true,
"output_is_text": false
}