A "simple" Snake, done as my final JS class project back in DUT
https://snek.s.codinget.me
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
41 lines
1.2 KiB
{
|
|
"world": [
|
|
" i ",
|
|
" i ",
|
|
" iiiiiii i iiiiiii ",
|
|
" i f i ",
|
|
" i i ",
|
|
" i IIIiiiiiiiIII i ",
|
|
" i i ",
|
|
" i f i ",
|
|
" i i i ",
|
|
" I i I ",
|
|
" I i I ",
|
|
" I i I ",
|
|
" i i i ",
|
|
" i i i ",
|
|
" i i i ",
|
|
"iiif i fiiiiiiiiiiiiiiif i fiii",
|
|
" i i i ",
|
|
" i i i ",
|
|
" i i i ",
|
|
" I i I ",
|
|
" I i I ",
|
|
" I i I ",
|
|
" i i i ",
|
|
" i f i ",
|
|
" i i ",
|
|
" i IIIiiiiiiiIII i ",
|
|
" i i ",
|
|
" i f i ",
|
|
" iiiiiii i iiiiiii ",
|
|
" i ",
|
|
" i "
|
|
],
|
|
"delay": 200,
|
|
"snake": [
|
|
[16, 4],
|
|
[15, 4],
|
|
[14, 4]
|
|
]
|
|
}
|
|
|