Snek/levels/puzzle2.json

14 lines
193 B
JSON

{
"world": [
"k wA wf",
" w wB",
" w ww",
" fw ",
" w ",
" K f"
],
"snake": [
[0, 5]
]
}