added switches and spikes (closes #6) and puzzle 3 (closes #34)

This commit is contained in:
Nathan DECHER 2020-04-14 18:21:07 +02:00
parent 7b20b0e8ec
commit 7121c230fc
7 changed files with 100 additions and 4 deletions

22
levels/puzzle3.json Normal file
View file

@ -0,0 +1,22 @@
{
"world": [
"A i B",
" i s",
" Cik ",
"SSSSSSSSSSSiiiii",
" i f",
" i ",
" s itttt",
" t wKKKK",
" w ",
" wD "
],
"snake": [
[0, 9],
[1, 9],
[2, 9]
],
"rules": {
"moveCount": 60
}
}