diff --git a/levels/002.json b/levels/002.json index df6ef2c..6e55b4e 100644 --- a/levels/002.json +++ b/levels/002.json @@ -1,8 +1,8 @@ { - "time_to_play": 300, + "time_to_play": 350, "playground_size_w":350, "playground_size_h":350, - "score_to_pass": 10, + "score_to_pass": 20, "food_1": 5, "food_2": 0, "food_3": 0, diff --git a/levels/003.json b/levels/003.json index e3715c7..68a4659 100644 --- a/levels/003.json +++ b/levels/003.json @@ -2,9 +2,9 @@ "time_to_play": 500, "playground_size_w":350, "playground_size_h":350, - "score_to_pass": 15, - "food_1": 3, - "food_2": 0, + "score_to_pass": 30, + "food_1": 5, + "food_2": 1, "food_3": 0, "garbage_1": 3, "garbage_2": 0, diff --git a/levels/004.json b/levels/004.json index e148b40..da6d22a 100644 --- a/levels/004.json +++ b/levels/004.json @@ -2,9 +2,9 @@ "time_to_play": 600, "playground_size_w":400, "playground_size_h":400, - "score_to_pass": 20, + "score_to_pass": 40, "food_1": 8, - "food_2": 0, + "food_2": 2, "food_3": 0, "garbage_1": 4, "garbage_2": 0, diff --git a/levels/005.json b/levels/005.json index 5fb3414..1ca3f45 100644 --- a/levels/005.json +++ b/levels/005.json @@ -2,11 +2,11 @@ "time_to_play": 800, "playground_size_w":400, "playground_size_h":400, - "score_to_pass": 30, + "score_to_pass": 50, "food_1": 8, - "food_2": 3, + "food_2": 4, "food_3": 0, "garbage_1": 3, - "garbage_2": 0, + "garbage_2": 1, "garbage_3": 0 } \ No newline at end of file diff --git a/levels/006.json b/levels/006.json index 940e8fe..a19c80e 100644 --- a/levels/006.json +++ b/levels/006.json @@ -2,7 +2,7 @@ "time_to_play": 1000, "playground_size_w":400, "playground_size_h":400, - "score_to_pass": 30, + "score_to_pass": 60, "food_1": 8, "food_2": 4, "food_3": 0, diff --git a/levels/007.json b/levels/007.json index b3bf74a..3892e8d 100644 --- a/levels/007.json +++ b/levels/007.json @@ -1,8 +1,8 @@ { - "time_to_play": 800, + "time_to_play": 1200, "playground_size_w":500, "playground_size_h":500, - "score_to_pass": 30, + "score_to_pass": 70, "food_1": 8, "food_2": 4, "food_3": 2, diff --git a/levels/008.json b/levels/008.json index 12041c4..ae4feb4 100644 --- a/levels/008.json +++ b/levels/008.json @@ -1,12 +1,12 @@ { - "time_to_play": 1200, + "time_to_play": 1400, "playground_size_w":500, "playground_size_h":500, - "score_to_pass": 50, + "score_to_pass": 80, "food_1": 6, "food_2": 4, "food_3": 2, - "garbage_1": 6, - "garbage_2": 4, + "garbage_1": 3, + "garbage_2": 2, "garbage_3": 2 } \ No newline at end of file diff --git a/levels/009.json b/levels/009.json index 2eecf53..bbe3b2c 100644 --- a/levels/009.json +++ b/levels/009.json @@ -1,12 +1,12 @@ { - "time_to_play": 1200, + "time_to_play": 1600, "playground_size_w":600, "playground_size_h":600, - "score_to_pass": 50, + "score_to_pass": 90, "food_1": 6, "food_2": 5, "food_3": 3, - "garbage_1": 8, - "garbage_2": 8, - "garbage_3": 5 + "garbage_1": 4, + "garbage_2": 4, + "garbage_3": 2 } \ No newline at end of file diff --git a/levels/010.json b/levels/010.json index 6ec7ea2..1622d90 100644 --- a/levels/010.json +++ b/levels/010.json @@ -1,12 +1,12 @@ { - "time_to_play": 1200, + "time_to_play": 1800, "playground_size_w":700, "playground_size_h":600, - "score_to_pass": 50, - "food_1": 12, + "score_to_pass": 100, + "food_1": 10, "food_2": 8, "food_3": 4, - "garbage_1": 25, - "garbage_2": 10, - "garbage_3": 8 + "garbage_1": 10, + "garbage_2": 8, + "garbage_3": 4 } \ No newline at end of file