marble-machinations/levels/01_cat.json

9 lines
No EOL
295 B
JSON

{
"id": "intro_copy_input",
"sort_order": 12,
"name": "Copy Cat",
"description": "read input and output the same thing",
"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]
}