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

This commit is contained in:
2020-04-14 15:43:00 +02:00
parent a3ad390a41
commit d7d4b0ba51
7 changed files with 44 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"world": [
"k wA wf",
" w wB",
" w ww",
" fw ",
" w ",
" K f"
],
"snake": [
[0, 5]
]
}