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
Software Development Game Development

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