feat: add levels

This commit is contained in:
Kylin_on_Mac 2023-11-16 16:36:43 +08:00
parent 1e1ede064b
commit bd2b338a04
5 changed files with 60 additions and 0 deletions

12
levels/011.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 1800,
"playground_size_w":700,
"playground_size_h":600,
"score_to_pass": 100,
"food_1": 8,
"food_2": 6,
"food_3": 3,
"garbage_1": 10,
"garbage_2": 8,
"garbage_3": 4
}

12
levels/012.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 1800,
"playground_size_w":700,
"playground_size_h":600,
"score_to_pass": 100,
"food_1": 5,
"food_2": 4,
"food_3": 3,
"garbage_1": 10,
"garbage_2": 8,
"garbage_3": 4
}

12
levels/013.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 1800,
"playground_size_w":700,
"playground_size_h":600,
"score_to_pass": 100,
"food_1": 5,
"food_2": 4,
"food_3": 3,
"garbage_1": 12,
"garbage_2": 10,
"garbage_3": 4
}

12
levels/014.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 1800,
"playground_size_w":700,
"playground_size_h":600,
"score_to_pass": 100,
"food_1": 8,
"food_2": 6,
"food_3": 3,
"garbage_1": 14,
"garbage_2": 12,
"garbage_3": 5
}

12
levels/015.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 1800,
"playground_size_w":700,
"playground_size_h":600,
"score_to_pass": 100,
"food_1": 6,
"food_2": 5,
"food_3": 3,
"garbage_1": 14,
"garbage_2": 12,
"garbage_3": 5
}