A C++ program that plays Cluedo.
When launching it you just follow the instructions as they appear on the console and give input as required.
NOTE:
Each card in the game is assigned a number in the range 0-20 as indicated in the enum in the code. Each square on the board is also assigned a number. Thus you need to make sure you input the correct numbers and interperet the output of the program correctly. The cards' respective numbers are: 0. Miss Scarlet
- Colonel Mustard
- Mrs White
- Reverend Green
- Mrs Peacock
- Professor Plum
- Dagger/Knife
- Candlestick
- Revolver
- Rope
- Lead Pipe
- Spanner/Wrench
- Hall
- Lounge
- Dining Room
- Kitchen
- Ballroom
- Conservatory
- Billiard Room
- Library
- Study
Similiary every square on the board is also numbered. A resource(pdf) is included showing the board with all the squares being numbered.