Merge branch 'release/2.4a4'

This commit is contained in:
Kylin_on_Mac 2023-11-16 15:57:01 +08:00
commit 3a9090906a
5 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"game_name": "swimming-squid",
"version": "2.4a3",
"version": "2.4a4",
"url": "https://github.com/PAIA-Playful-AI-Arena/swimming-squid",
"description": "這是一個魷魚吃東西小遊戲,除了讓你熟習所有基本操作,也是 PAIA 的遊戲教學範例",
"logo": [

View File

@ -1,7 +1,7 @@
{
"time_to_play": 300,
"playground_size_w":300,
"playground_size_h":300,
"playground_size_w":200,
"playground_size_h":200,
"score_to_pass": 10,
"food_1": 3,
"food_2": 0,

View File

@ -1,7 +1,7 @@
{
"time_to_play": 350,
"playground_size_w":350,
"playground_size_h":350,
"playground_size_w":250,
"playground_size_h":250,
"score_to_pass": 20,
"food_1": 5,
"food_2": 0,

View File

@ -1,10 +1,10 @@
{
"time_to_play": 500,
"playground_size_w":350,
"playground_size_h":350,
"playground_size_w":300,
"playground_size_h":300,
"score_to_pass": 30,
"food_1": 5,
"food_2": 1,
"food_1": 4,
"food_2": 2,
"food_3": 0,
"garbage_1": 3,
"garbage_2": 0,

View File

@ -1,7 +1,7 @@
{
"time_to_play": 600,
"playground_size_w":400,
"playground_size_h":400,
"playground_size_w":350,
"playground_size_h":350,
"score_to_pass": 40,
"food_1": 8,
"food_2": 2,