Files
assets
mod_graph
mod_oop
mod_pygame
pygame-wasm
phantomcastle
game
__init__.py
coins.py
endlevelmenu.py
hero.py
scene.py
wall.py
Makefile
common.py
coords.py
main.py
maze.py
sound.py
.gitignore
bank.py
chekout_menu.py
delivery_with_email_send.py
genb85exec.py
hardcfiles.py
minesweeper.py
quiz copy.py
quiz.py
simplecalc.py
py_stepik/pygame-wasm/phantomcastle/game/__init__.py

6 lines
141 B
Python

from .scene import Scene
from .hero import Hero
from .wall import Walls
from .coins import Coins
from .endlevelmenu import EndLevelMenu