fixed engine and added level2

This commit is contained in:
2020-03-25 18:29:28 +01:00
parent 0943889349
commit e70f1a73dc
8 changed files with 186 additions and 46 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"world": [
" ",
" f ",
" fw w wf ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" w ",
" f "
],
"snake": [
[6,6],
[6,7],
[6,8],
[6,9]
],
"delay": 100
}