Hi, I've founded some problem with project.
I use PyCharm, PyCharm's execution targets, python 11.
If I run standalone script, for example, simulate_fight.py, error about SDL version raised. It will be treated by adding import Game class before another imports
from common.game import Game
from mobs.mobs import *
from mobs.player import *
Do you know something about it?
Hi, I've founded some problem with project.
I use PyCharm, PyCharm's execution targets, python 11.
If I run standalone script, for example,
simulate_fight.py, error about SDL version raised. It will be treated by adding importGameclass before another importsDo you know something about it?