CaveMe is a text adventure game that reminds you of an era long gone.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of gcc, awk for the game.
- Graphviz for generating the map.
To install CaveMe, follow these steps:
git clone https://github.com/2kabhishek/CaveMe.git
cd CaveMe
make
# For getting a map of the game
make map
This will generate the caveme binary and a map.png in the bin
directory.
To run CaveMe, follow these steps:
cd bin
./caveme
Similar to old school text based RPGs, use keywords to do various actions.
Implemented actions include:
- look
- go
- give
- drop
- ask
- inventory
- quit