This is a Repo for the final project for ECE 39595C - Object Oriented Programming in C++.
This is a text based game similar to the game Zork. The entire game engine was built by me to use one of the .xml files in the data folder to define the 'Level' to play. To play change the filename in the load_xml call in main.cpp to the desired XML file and run the make command from the make command to compile and run.
Most xml files are defined for testing with sample.xml being the most complete level gameplay wise. However all XML files function fully