A collaborative C++ text-based dungeon crawler game.
This game was written for the purpose of learning how to use design patterns, and learning the principles of collaborative software design (e.g. the development cycle, UML, etc.). The designing process can be found in !Due Date 1
and !Due Date 2
.
- Clone this repo
git clone https://github.com/qwertysam/adventure-mirror.git
- Change directories
cd adventure-mirror
- Compile with
make
(may need to install g++) - Run with
./cc3k