This is a C++ project.
Implement at least one additional game feature to the Course Project.
You just need to add an additional feature which can be anything.
The Game is called treasure cave and it is written in C++.
This is a text-based maze game. You are in a dark cave looking for a treasure while trying to avoid a monster.
The cave also contains the following items:
a weapon, a noisemaker, and a torch.
You navigate using theaswd keys to go west, south, north, and east respectively and useq to quit the game.
To win, you must find the treasure and exit the cave.
If the monster kills you, you lose.
Attachment:- C-Files.zip