A C++ terminal window game that uses inheritance, polymorphism, linked lists, and pointers behind the scenes. Planning to make the game more interactive with future commits.
#How to run on Linux/Unix/Mac: Prerequisites: Git
- Checkout sources:
git clone https://github.com/millsmcilroy/timeTravelGame.git
cd timeTravelGame
- There's a makefile so compiling is easy:
make all
- Then run it!
./play