Skip to content

james5418/Dungeon

Repository files navigation

Dungeon

  • A text-based RPG game

  • The player can explore a dungeon and fight against unknown monsters

  • Ability to load and save the state of the game

Compile and run the code

g++ -o demo main.cpp Dungeon.cpp GameCharacter.cpp Item.cpp Monster.cpp NPC.cpp Object.cpp Player.cpp Record.cpp Room.cpp
./demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages