Text-RPG is a simple, extensible text-based role-playing game written in Python. Players pick a class, manage resources (health, mana, items), and engage in turn-based encounters with enemies. The project is designed for learning, prototyping game mechanics, and extending with new classes, abilities, and content.
- Turn-based combat system (player vs. enemy)
- Multiple playable classes with distinct stats and abilities
- Simple inventory and consumable support
- Easy-to-extend codebase for adding enemies, items, and mechanics
Many different playable classes to choose from, each with its own specific stats
- Implement new abilities and items in the combat or player modules.