Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 333 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 333 Bytes

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