Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 825 Bytes

File metadata and controls

48 lines (34 loc) · 825 Bytes

CLUEDO

A classic detective game

cluedo

About

Cluedo is a murder mystery game, and you are a detective attempting to solve a murder in a mansion. Mr. Boddy has been murdered, there are 6 suspects, 6 weapons and 9 rooms.

You have to find out:

  • Who did it?
  • What was the weapon used?
  • Where did it happen?

Read More

For playing :

Visit Cluedo

Installation:

Clone the project

git clone git@github.com:step-8/cluedo-karamchand.git

Setup the game

npm run setup

Start the game

npm start

Run tests

npm test

Visit homepage

localhost:8000