The Evil Vamps - Dungeon Adventure Game

Overview

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.

Features

  • 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.

How to Play

  1. Clone the Repository:

    git clone https://github.com/your-username/evil-vamps-game.git
    cd evil-vamps-game
    
  2. Run the Game:

    python evil_vamps_game.py
    
  3. Follow On-Screen Prompts:

    • Enter your character's name.
    • Explore the dungeon, make choices, and engage in battles.
  4. Survive and Conquer:

    • Battle enemies, gain experience, and collect coins.
    • Reach level 20 to become the strongest knight and protect the royal family.

Example Gameplay

# The Evil Vamps
player_name = input("What is your name? : ")
player = Player(player_name)
explore_dungeon(player)

Notes

  • 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!