Interactive, adventure, RPG, text-based video game written in C++.
Cave In is a textbased videogame based on true events, where the map is already given to you… you just need to fill it in as you go… how much history will you discover?
In 1948…
Save yourself, and your friends…
Use the Makefile
targets to interact with the application.
make build
- // TODOmake comp
- Compile the application with g++
.make run
- Compile and run the resulting executable, starting the game.make clean
- Delete all previously compiled executables, shells, or binaries.