support using strings directly as level input and output data
This commit is contained in:
parent
ef01de9dae
commit
36b1b8672b
9 changed files with 35 additions and 38 deletions
|
@ -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!"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue