Merge branch 'release/2.4a1'
This commit is contained in:
commit
7703950332
|
@ -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", "包含所有資訊的字典"]
|
||||
],
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"game_name": "easy_game",
|
||||
"version": "2.4a0",
|
||||
"version": "2.4a1",
|
||||
"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,
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
mlgame>=10.3.2
|
||||
|
||||
|
|
Loading…
Reference in New Issue