From bd2b338a04350e7773f7e025492e7ea8d23c9669 Mon Sep 17 00:00:00 2001 From: Kylin_on_Mac Date: Thu, 16 Nov 2023 16:36:43 +0800 Subject: [PATCH] feat: add levels --- levels/011.json | 12 ++++++++++++ levels/012.json | 12 ++++++++++++ levels/013.json | 12 ++++++++++++ levels/014.json | 12 ++++++++++++ levels/015.json | 12 ++++++++++++ 5 files changed, 60 insertions(+) create mode 100644 levels/011.json create mode 100644 levels/012.json create mode 100644 levels/013.json create mode 100644 levels/014.json create mode 100644 levels/015.json diff --git a/levels/011.json b/levels/011.json new file mode 100644 index 0000000..eea3d17 --- /dev/null +++ b/levels/011.json @@ -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 +} \ No newline at end of file diff --git a/levels/012.json b/levels/012.json new file mode 100644 index 0000000..da9fdc9 --- /dev/null +++ b/levels/012.json @@ -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 +} \ No newline at end of file diff --git a/levels/013.json b/levels/013.json new file mode 100644 index 0000000..368abaf --- /dev/null +++ b/levels/013.json @@ -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 +} \ No newline at end of file diff --git a/levels/014.json b/levels/014.json new file mode 100644 index 0000000..e03af81 --- /dev/null +++ b/levels/014.json @@ -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 +} \ No newline at end of file diff --git a/levels/015.json b/levels/015.json new file mode 100644 index 0000000..84eba37 --- /dev/null +++ b/levels/015.json @@ -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 +} \ No newline at end of file