parent
5d156a7902
commit
c9c9e20fdb
@ -0,0 +1,17 @@ |
||||
{ |
||||
"dimensions": [32, 32], |
||||
"delay": 100, |
||||
"food": [ |
||||
[16, 5] |
||||
], |
||||
"snake": [ |
||||
[16, 12], |
||||
[16, 11], |
||||
[16, 10] |
||||
], |
||||
"rules": { |
||||
"speedMultiplier": 0.8, |
||||
"gameDuration": 30000, |
||||
"winCondition": "time" |
||||
} |
||||
} |
Loading…
Reference in new issue