marble-machinations/levels/01_intro/04_copy_input.json

11 lines
338 B
JSON
Raw Normal View History

2024-10-06 12:39:36 +02:00
{
"id": "copy_input",
"sort_order": 14,
2024-10-06 12:39:36 +02:00
"name": "Copy Cat",
"description": "read input and output the same thing",
2024-10-06 12:39:36 +02:00
"init_board": null,
"inputs": [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 103, 33],
"outputs": [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 103, 33],
"input_is_text": true,
"output_is_text": true
2024-10-06 12:39:36 +02:00
}