Text-based Python combat demo with simple OOP and colored health bars.

1 stars 2 forks 1 watchers Python Do What The F*ck You Want To Public License
fun oop python
1 Open Issue Need Help Last updated: Nov 26, 2025

Open Issues Need Help

View All on GitHub

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