fixed engine and added level2

This commit is contained in:
Nathan DECHER 2020-03-25 18:29:28 +01:00
parent beb9598f69
commit 03e0c97280
8 changed files with 186 additions and 46 deletions

23
levels/level2.json Normal file
View file

@ -0,0 +1,23 @@
{
"world": [
" ",
" f ",
" fw w wf ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" w ",
" f "
],
"snake": [
[6,6],
[6,7],
[6,8],
[6,9]
],
"delay": 100
}