doc: update project name

This commit is contained in:
Kylin_on_Mac
2023-11-14 10:22:31 +08:00
parent c205321632
commit e1719c87fc
8 changed files with 15 additions and 15 deletions

View File

@ -67,7 +67,7 @@ GARBAGE02_PATH = path.join(ASSET_IMAGE_DIR, "garbage_02.png")
GARBAGE03_PATH = path.join(ASSET_IMAGE_DIR, "garbage_03.png")
ASSET_IMG_URL = "https://raw.githubusercontent.com/PAIA-Playful-AI-Arena/easy_game/main/asset/img/"
ASSET_IMG_URL = "https://raw.githubusercontent.com/PAIA-Playful-AI-Arena/swimming-squid/main/asset/img/"
BG_URL = ASSET_IMG_URL + "background.png"
SQUID_URL = ASSET_IMG_URL + "squid.png"
# Food URLs

View File

@ -29,7 +29,7 @@ def revise_ball(ball: Squid, playground: pygame.Rect):
pass
class EasyGame(PaiaGame):
class SwimmingSquid(PaiaGame):
"""
This is a Interface of a game
"""