support using strings directly as level input and output data

This commit is contained in:
Crispy 2024-12-05 14:23:21 +01:00
parent ef01de9dae
commit 36b1b8672b
9 changed files with 35 additions and 38 deletions

View file

@ -4,8 +4,6 @@
"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],
"input_is_text": true,
"output_is_text": true
"inputs": "Hello, world!",
"outputs": "Hello, world!"
}