Open Issues Need Help
View All on GitHub Software Development • Game Development
Game loop does not handle "Game Over" state 5 months ago
AI Summary: The game loop in `main.py` currently runs indefinitely, even after a 'Game Over' condition is met. This issue proposes adding a check within the loop to detect when either the hero or enemy HP drops to 0 or below, at which point it should display a relevant message and terminate the game.
Complexity:
1/5
enhancement good first issue
Text-based Python combat demo with simple OOP and colored health bars.
Python
#fun#oop#python