added level 3, with the same layout as survival

This commit is contained in:
Nathan DECHER 2020-03-26 12:04:02 +01:00
parent 4bf204cae4
commit 86cd935f03
1 changed files with 41 additions and 0 deletions

41
levels/level3.json Normal file
View 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]
]
}