From b302861d8bbce90a8011731af036537987671fe5 Mon Sep 17 00:00:00 2001 From: Kylin_on_Mac Date: Fri, 10 Nov 2023 22:29:49 +0800 Subject: [PATCH 1/3] fix: aapolygon --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a49b58..451f03c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -mlgame>=10.3.2 \ No newline at end of file +mlgame>=10.3.2 + From 78a42fa0d5bc25adc8908f5adf99a2677807ad63 Mon Sep 17 00:00:00 2001 From: Kylin_on_Mac Date: Mon, 13 Nov 2023 10:25:13 +0800 Subject: [PATCH 2/3] fix: update blocks and image --- blockly.json | 2 +- game_config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blockly.json b/blockly.json index a1e2229..c0c6f83 100644 --- a/blockly.json +++ b/blockly.json @@ -16,7 +16,7 @@ ["scene_info['squid_lv']", "level of squid", "玩家角色的等級"], ["scene_info['squid_vel']", "velocity of squid", "玩家角色的速度"], ["scene_info['score']", "score", "目前的分數"], - ["scene_info['foods']", "list of foods positions", "點點的位置清單"], + ["scene_info['foods']", "list of foods positions", "所有食物的位置清單"], ["scene_info['score_to_pass']", "the score for next level", "通關分數"], ["scene_info", "dictionary of all information", "包含所有資訊的字典"] ], diff --git a/game_config.json b/game_config.json index f9f7fea..8bf4f2d 100644 --- a/game_config.json +++ b/game_config.json @@ -4,8 +4,8 @@ "url": "https://github.com/PAIA-Playful-AI-Arena/easy_game", "description": "這是一個吃東西小遊戲,除了讓你熟習所有基本操作,也是 PAIA 的遊戲教學範例", "logo": [ - "./asset/logo.svg", - "https://raw.githubusercontent.com/PAIA-Playful-AI-Arena/Paia-Desktop/master/media/easygame.svg" + "./asset/logo.png", + "https://raw.githubusercontent.com/PAIA-Playful-AI-Arena/easy_game/main/asset/logo.png" ], "user_num": { "min": 1, From 6a7d7386bce29fe7557786cf879f6cf052cd5291 Mon Sep 17 00:00:00 2001 From: Kylin_on_Mac Date: Mon, 13 Nov 2023 10:26:10 +0800 Subject: [PATCH 3/3] doc: update version --- game_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_config.json b/game_config.json index 8bf4f2d..a0d5b81 100644 --- a/game_config.json +++ b/game_config.json @@ -1,6 +1,6 @@ { "game_name": "easy_game", - "version": "2.4a0", + "version": "2.4a1", "url": "https://github.com/PAIA-Playful-AI-Arena/easy_game", "description": "這是一個吃東西小遊戲,除了讓你熟習所有基本操作,也是 PAIA 的遊戲教學範例", "logo": [