Open Issues Need Help
View All on GitHub Game loop does not handle "Game Over" state about 5 hours ago
AI Summary: The game's main loop in `main.py` currently runs indefinitely, failing to terminate even when a player's or enemy's health drops to zero. This leads to continued, ineffective gameplay prompts. The proposed solution is to implement a health check within the loop, displaying a game over message and breaking the loop if either combatant's HP reaches zero.
Complexity:
1/5
enhancement good first issue
Text-based Python combat demo with simple OOP and colored health bars.
Python
#fun#oop#python