A single-file web app for tracking a Clue/Cluedo game and making deductions about who owns each card and what is in the envelope.
- Open
index.htmlin a browser (or visit my copy at 3e.org/clue. - Enter player count and names.
- Select your own cards.
- Record suggestions and known card facts as the game progresses.
- Setup
- Choose 3-6 players.
- Choose card set (
ClassicwithMrs. White/Pistol, orModernwithDr. Orchid/Revolver). - Enter unique player names.
- Mark your own cards.
- Record suggestions
- Select who suggested.
- The suggester dropdown rotates so the next player in turn order appears first.
- Select suspect, weapon, and room.
- Enter responses in clockwise order (
Pass,Showed card, orShowed mewith exact card).
- Record manual facts
- Use Record Known Card to add direct facts like
Player X has Card YorPlayer X does NOT have Card Y.
- Use Record Known Card to add direct facts like
- Review deductions
- The deduction grid shows hard facts (
Y/N) and probabilities for unresolved cells. - Suggestions auto-advance to the next suggester for faster turn entry.
- The deduction grid shows hard facts (
- Undo / reset
- Undo reverts the most recent recorded event.
- Reset clears the current game.
Thanks to Greg Stoll's Clue Solver project for the algorithmic foundation and inspiration:
This implementation follows the same algorithm from that project, but entirely client-side, and uses a Bayesian algorithm for making next-move suggestions.
