doc: update project name
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
"""
|
||||
|
Reference in New Issue
Block a user