added level 3, with the same layout as survival
This commit is contained in:
parent
4bf204cae4
commit
86cd935f03
1 changed files with 41 additions and 0 deletions
41
levels/level3.json
Normal file
41
levels/level3.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"world": [
|
||||
" w ",
|
||||
" w ",
|
||||
" wwwwwww w wwwwwww ",
|
||||
" w f w ",
|
||||
" w w ",
|
||||
" w wwwwwwwwwwwww w ",
|
||||
" w w ",
|
||||
" w f w ",
|
||||
" w w w ",
|
||||
" w w w ",
|
||||
" w w w ",
|
||||
" w w w ",
|
||||
" w w w ",
|
||||
" w w w ",
|
||||
" w w w ",
|
||||
"wwwf w fwwwwwwwwwwwwwwwf w fwww",
|
||||
" w w w ",
|
||||
" w w w ",
|
||||
" w w w ",
|
||||
" w w w ",
|
||||
" w w w ",
|
||||
" w w w ",
|
||||
" w w w ",
|
||||
" w f w ",
|
||||
" w w ",
|
||||
" w wwwwwwwwwwwww w ",
|
||||
" w w ",
|
||||
" w f w ",
|
||||
" wwwwwww w wwwwwww ",
|
||||
" w ",
|
||||
" w "
|
||||
],
|
||||
"delay": 200,
|
||||
"snake": [
|
||||
[16, 4],
|
||||
[15, 4],
|
||||
[14, 4]
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue