Welcome to the Text-Based ASCII Battle Scene project! This project features a dynamic and engaging text-based battle scene, built using object-oriented programming (OOP) principles in Python.
- Classes and Objects: Utilizes classes to define characters and objects within the battle scene.
- Attributes and Methods: Implements attributes to store character data and methods to define their behaviors.
- Inheritance: Employs inheritance to create specialized subclasses for different types of characters and items.