
WordFuzz – Daily Word Games (Crosswords, Word Pies, Word Stew)
AI Analysis
Another daily word games site competing directly with NYT Games dominance.
- •Rust-based crossword fill-engine generates dense newspaper-style puzzles
- •localStorage progress for signed-out users removes signup friction
- •Three distinct game modes with daily rotation and archive access
- •NYT Games dominates this space with massive existing user base and content library
- •No clear differentiation beyond the Rust generator backend users never see
Word game enthusiasts and daily puzzle solvers
NYT Games · Wordle · Spelling Bee
Post Description
- Crosswords: Daily mini 5x5 puzzles and occasional larger grids. - Word Pies: Make as many words as you can in two minutes from an eight letter word wheel. - Word Stew: a Mad-Libs style game, fill the blanks and share your sentence.
The crossword puzzles are generated using xword-pipeline: https://github.com/ekorbia/xword-pipeline
The pipeline uses a Rust fill-engine to generate dense, newspaper style crossword puzzles and optionally an LLM based clue-writer to write clues and QA review the puzzles.
Accounts are optional and only sync progress across devices. Signed-out progress is stored in localStorage.
Any feedback on the quality of the crossword puzzles or the Word Pies/Word Stew game play is appreciated. Thanks!
Similar Projects
Crossle – Scrabble meets crossword game
Yet another Wordle-style game in an already saturated category.
Vibe-coding video games with Claude (Day 15: Mahjong)
Daily AI-generated browser games is a fun concept, but this is just standard Mahjong.
I Made a Math Crossword
The project grafts hexadecimal arithmetic onto a tiled crossword mechanic — you pick squares or shapes that represent a target hex number, with difficulty toggles, a timer, and an on-demand hint (press H). The UI is clean and immediately playable, but the core idea is a clever niche twist rather than a broad innovation; it could use better onboarding, scoring explanation, and shareable hooks to make it stick.
Shared Crossword with 1M Words
Shared multiplayer crossword with a 1M word database.
I built a dual crossword puzzle where two crosswords share one grid
Two crosswords in one grid with diagonal-split tiles creates genuinely novel solving decisions.