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 :)
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 :)