Embark on a thrilling adventure in the mysterious dungeon of Evil Vamps! This text-based Python game lets you explore the dark depths, battle fearsome monsters, and strive to become the ultimate hero of your kingdom.
- Combat System: Engage in turn-based battles with various enemies.
- Character Development: Level up, gain experience, and enhance your character's stats.
- Shop Interaction: Purchase healing potions to aid you on your journey.
- Exploration: Navigate through the dungeon, encounter enemies, and collect treasures.
-
Clone the Repository:
git clone https://github.com/your-username/evil-vamps-game.git cd evil-vamps-game
-
Run the Game:
python evil_vamps_game.py
-
Follow On-Screen Prompts:
- Enter your character's name.
- Explore the dungeon, make choices, and engage in battles.
-
Survive and Conquer:
- Battle enemies, gain experience, and collect coins.
- Reach level 20 to become the strongest knight and protect the royal family.
# The Evil Vamps
player_name = input("What is your name? : ")
player = Player(player_name)
explore_dungeon(player)
- Ensure you have Python installed on your system.
- Follow on-screen prompts and make choices using keyboard inputs.
- Have fun exploring the Evil Vamps dungeon and achieving victory!