added keys and doors (closes #5) with temp assets

This commit is contained in:
Nathan DECHER 2020-04-14 15:43:00 +02:00
parent a27b8fcd9e
commit c90bfd5103
7 changed files with 44 additions and 4 deletions

13
levels/puzzle2.json Normal file
View file

@ -0,0 +1,13 @@
{
"world": [
"k wA wf",
" w wB",
" w ww",
" fw ",
" w ",
" K f"
],
"snake": [
[0, 5]
]
}