feat: add 10 levels and add enter next level when pass game

This commit is contained in:
Kylin_on_Mac
2023-09-22 17:11:54 +08:00
parent 3ec08f8510
commit d396ecc9f1
12 changed files with 146 additions and 33 deletions

View File

@ -1,10 +1,10 @@
{
"time_to_play": 1200,
"time_to_play": 600,
"playground_size": [
100,
200
],
"score_to_pass": 20,
"score_to_pass": 10,
"green_food_count": 3,
"black_food_count": 0
}