map design

This commit is contained in:
yanshaoting
2024-03-12 10:53:01 +08:00
parent 5baa32b6ef
commit e837db188b
12 changed files with 152 additions and 12 deletions

12
maps/001.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 300,
"playground_size_w":400,
"playground_size_h":400,
"score_to_pass": 10,
"food_1": 5,
"food_2": 0,
"food_3": 0,
"garbage_1": 0,
"garbage_2": 0,
"garbage_3": 0
}

12
maps/002.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 350,
"playground_size_w":400,
"playground_size_h":400,
"score_to_pass": 20,
"food_1": 5,
"food_2": 1,
"food_3": 0,
"garbage_1": 0,
"garbage_2": 0,
"garbage_3": 0
}

12
maps/003.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 500,
"playground_size_w":400,
"playground_size_h":400,
"score_to_pass": 30,
"food_1": 4,
"food_2": 2,
"food_3": 0,
"garbage_1": 3,
"garbage_2": 0,
"garbage_3": 0
}

12
maps/004.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 600,
"playground_size_w":400,
"playground_size_h":400,
"score_to_pass": 40,
"food_1": 8,
"food_2": 2,
"food_3": 0,
"garbage_1": 4,
"garbage_2": 0,
"garbage_3": 0
}

12
maps/005.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 800,
"playground_size_w":400,
"playground_size_h":400,
"score_to_pass": 50,
"food_1": 8,
"food_2": 4,
"food_3": 0,
"garbage_1": 3,
"garbage_2": 1,
"garbage_3": 0
}

12
maps/006.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 1000,
"playground_size_w":400,
"playground_size_h":400,
"score_to_pass": 60,
"food_1": 8,
"food_2": 4,
"food_3": 0,
"garbage_1": 5,
"garbage_2": 2,
"garbage_3": 0
}

12
maps/007.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 1200,
"playground_size_w":500,
"playground_size_h":500,
"score_to_pass": 70,
"food_1": 8,
"food_2": 4,
"food_3": 2,
"garbage_1": 4,
"garbage_2": 2,
"garbage_3": 0
}

12
maps/008.json Normal file
View File

@ -0,0 +1,12 @@
{
"time_to_play": 1400,
"playground_size_w":500,
"playground_size_h":500,
"score_to_pass": 80,
"food_1": 6,
"food_2": 4,
"food_3": 2,
"garbage_1": 3,
"garbage_2": 2,
"garbage_3": 2
}

13
maps/template.json Normal file
View File

@ -0,0 +1,13 @@
{
"time_to_play": 600,
"playground_size_w":650,
"playground_size_h":550,
"score_to_pass": 10,
"food_1": 3,
"food_2": 2,
"food_3": 5,
"garbage_1": 1,
"garbage_2": 1,
"garbage_3": 1
}