fixed engine and added level2
This commit is contained in:
parent
beb9598f69
commit
03e0c97280
8 changed files with 186 additions and 46 deletions
23
levels/level2.json
Normal file
23
levels/level2.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"world": [
|
||||
" ",
|
||||
" f ",
|
||||
" fw w wf ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" w ",
|
||||
" f "
|
||||
],
|
||||
"snake": [
|
||||
[6,6],
|
||||
[6,7],
|
||||
[6,8],
|
||||
[6,9]
|
||||
],
|
||||
"delay": 100
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue