Skip to content

rinnemunch/TextBasedAdventureApp

Repository files navigation

๐Ÿฐ Dungeon Quest

A simple text-based C++ adventure game where you explore rooms, pick up a sword, and face off against a goblin (Sort of).


๐ŸŽฎ How to Play

  • Start in the main menu
  • Enter the dungeon and explore different rooms
  • Pick up the sword in the Armory
  • Face the goblin in the Hallway
  • Make decisions through numbered menu options

โš”๏ธ Features

โœ… ASCII dungeon art
โœ… Room navigation (Menu โ†’ Entrance โ†’ Armory/Hallway)
โœ… Sword pickup mechanic
โœ… Enemy encounter logic
โœ… Clean code with reusable functions


๐Ÿ›  How to Run

  1. Clone the repo:
   git clone https://github.com/your-username/dungeon-quest.git
  1. Compile:
g++ -o dungeonquest main.cpp
  1. Run:
./dungeonquest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages