fixed engine and added level2
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"world": [
|
||||
" ",
|
||||
" f ",
|
||||
" fw w wf ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" w ",
|
||||
" f "
|
||||
],
|
||||
"snake": [
|
||||
[6,6],
|
||||
[6,7],
|
||||
[6,8],
|
||||
[6,9]
|
||||
],
|
||||
"delay": 100
|
||||
}
|
||||
Reference in New Issue
Block a user