Welcome to the "Murder on the Orient Express" text adventure game, inspired by Agatha Christie's famous novel. In this game, you play as a detective aboard the luxurious Orient Express train, where a mysterious murder has occurred. Your goal is to navigate through the train, interact with objects and characters, and gather clues to solve the murder.
To play this game, you will need a C++ compiler installed on your system. Some popular options include:
- GCC (GNU Compiler Collection)
- Clang
- Microsoft Visual C++
-
Clone the repository to your local machine:
git clone https://github.com/ameykunte/Murder-Mystery.git
-
Navigate to the project directory:
cd Murder-Mystery
-
Compile the game using your C++ compiler. For example, if you are using GCC, you can run:
g++ main.cpp -o MurderMystery
-
Run the game:
./MurderMystery
- Use text commands to navigate through the train compartments and interact with objects and characters.
- Type
take [item]
to pick up items anddrop [item]
to remove them from your inventory. - Use
inventory
to view the items you are carrying. - Solve puzzles and gather evidence to identify the murderer.
- When you think you have enough evidence, type
solve murder
to present your case. - Type
quit
at any time to exit the game.
- Add more rooms
- more complex plotlines
- red herrings to throw investigation off
- easter eggs/foreshadowing maybe?