No Actor Class Defined
Opened this issue · 1 comments
vibhavnirmal commented
There is no Actor class defined for the line:
player = Actor('player')
So it returns this error...
Traceback (most recent call last):
File "C:\Users\Desktop\bomberman.py", line 21, in
player = Actor('player')
NameError: name 'Actor' is not defined
pietrobenito commented
Hi. Try running this: pgzrun bombs.py