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
isn't the isEndFunc returniung a boolean value?
I think it should be in state False when initialising but it turns True when the game is over ...
in the play Function (else:) the object is called and throws an error for me
TypeError: 'bool' object is not callable
if there is an idea how to fix that please let me know :)
The text was updated successfully, but these errors were encountered:
isn't the isEndFunc returniung a boolean value?
I think it should be in state False when initialising but it turns True when the game is over ...
in the play Function (else:) the object is called and throws an error for me
TypeError: 'bool' object is not callable
if there is an idea how to fix that please let me know :)
The text was updated successfully, but these errors were encountered: