A simple turn-based battle game built with Python.
- You start with 50 health points.
- The enemy starts with 50 health points.
- Each turn you can:
- Attack (random damage between 5–10)
- Use a potion (restore 15–50 health, 3 potions available)
- If you use a potion, you skip your next turn.
- The enemy attacks every round (5–15 damage).
- First to reach 0 health loses.
- Python 3.x
python main.py