feat: add 10 levels and add enter next level when pass game
This commit is contained in:
@ -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
|
||||
}
|
10
levels/002.json
Normal file
10
levels/002.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"time_to_play": 600,
|
||||
"playground_size": [
|
||||
200,
|
||||
200
|
||||
],
|
||||
"score_to_pass": 15,
|
||||
"green_food_count": 5,
|
||||
"black_food_count": 0
|
||||
}
|
10
levels/003.json
Normal file
10
levels/003.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"time_to_play": 1000,
|
||||
"playground_size": [
|
||||
300,
|
||||
300
|
||||
],
|
||||
"score_to_pass": 15,
|
||||
"green_food_count": 10,
|
||||
"black_food_count": 0
|
||||
}
|
10
levels/004.json
Normal file
10
levels/004.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"time_to_play": 1000,
|
||||
"playground_size": [
|
||||
300,
|
||||
300
|
||||
],
|
||||
"score_to_pass": 15,
|
||||
"green_food_count": 7,
|
||||
"black_food_count": 3
|
||||
}
|
10
levels/005.json
Normal file
10
levels/005.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"time_to_play": 1000,
|
||||
"playground_size": [
|
||||
300,
|
||||
300
|
||||
],
|
||||
"score_to_pass": 15,
|
||||
"green_food_count": 7,
|
||||
"black_food_count": 7
|
||||
}
|
10
levels/006.json
Normal file
10
levels/006.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"time_to_play": 1000,
|
||||
"playground_size": [
|
||||
400,
|
||||
400
|
||||
],
|
||||
"score_to_pass": 15,
|
||||
"green_food_count": 7,
|
||||
"black_food_count": 10
|
||||
}
|
10
levels/007.json
Normal file
10
levels/007.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"time_to_play": 1000,
|
||||
"playground_size": [
|
||||
400,
|
||||
400
|
||||
],
|
||||
"score_to_pass": 20,
|
||||
"green_food_count": 7,
|
||||
"black_food_count": 13
|
||||
}
|
10
levels/008.json
Normal file
10
levels/008.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"time_to_play": 1200,
|
||||
"playground_size": [
|
||||
500,
|
||||
500
|
||||
],
|
||||
"score_to_pass": 20,
|
||||
"green_food_count": 10,
|
||||
"black_food_count": 15
|
||||
}
|
10
levels/009.json
Normal file
10
levels/009.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"time_to_play": 1200,
|
||||
"playground_size": [
|
||||
600,
|
||||
500
|
||||
],
|
||||
"score_to_pass": 25,
|
||||
"green_food_count": 15,
|
||||
"black_food_count": 30
|
||||
}
|
10
levels/010.json
Normal file
10
levels/010.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"time_to_play": 1200,
|
||||
"playground_size": [
|
||||
700,
|
||||
600
|
||||
],
|
||||
"score_to_pass": 25,
|
||||
"green_food_count": 20,
|
||||
"black_food_count": 40
|
||||
}
|
Reference in New Issue
Block a user