Test Me: Debug functionality in my text adventure engine
Aside from all the game features I’ve implemented in my text adventure game so far, there is one thing I have hardly ever touched upon. Testing and debug features. With an IDE like PyCharm it is really great to be able to step through your code, keep an eye on the content of variables and follow the flow of your… Continue reading "Test Me: Debug functionality in my text adventure engine"