You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 importGame
class before another importsDo you know something about it?
The text was updated successfully, but these errors were encountered: