Qiyaas – a word game based on numbers
Logic-driven Hangman variant, but word games are extremely saturated.
Helps you win at Clue/Cluedo.
Runs entirely in the browser as a single HTML file and packs a usable deduction grid plus probability estimates so you can record suggestions, who showed what, undo moves, and let the app infer likely card owners. It’s not reinventing the algorithm — it cites Greg Stoll’s solver — but moving the deduction and a Bayesian suggestion engine fully client-side is a tidy, practical win for anyone who wants a zero-install tool at the table.
Casual board-game players and Clue/Cluedo fans who want an automated deduction assistant during gameplay
I quickly found it'd been done before, but with a required server-side (Python or Rust) component. I rewrote it as a standalone SPA and spruced up the UI a bit.
Hope people find it useful or fun!
Logic-driven Hangman variant, but word games are extremely saturated.
Yet another daily word clone in a saturated market with no new mechanics.
Wordle-style daily format for constraint-based crosswords—revives a dead site cleanly.
Single-game solver when chess solvers and puzzle helpers already exist.
Daily movie trivia with no sign-up stats via a magic link.
Rust constraint solver generates dense grids while Claude writes and QA's clues automatically.