Picture of Skulls
ConsoleApp Home Page
Castle level

DUNGEON of DEMONS

A Text-based Adventure Game

The Dungeon app created was a .NET Core Console Application where the foundational concepts of C# as a language were learned.

The game allows you to choose a main character, or "Hero", and also gives you weapon options that have different stats. I also incorporated boosted stats based on the type of character or weapon. The game randomizes the "Dungeon" you're in and places a randomized "Demon" to battle. You will encounter lesser demons more often than bosses. Full combat functionality is in play, so both player and npc can hit or miss at different amounts. Since it is randomized, the only way it ends is if you die or exit.