Remix.run Logo
right-words-dev 2 hours ago

I made Right Words (https://www.rightwords.io/) a fun little solo project, tl;dr it's a twice weekly word puzzle where you trace two-word phrases on a grid by finding a path with exactly one gap (the space between words). Think NYT Strands but with a jump!

React + TypeScript with Vercel handling deploys, no backend (yet), the puzzles are just JSON. The toughest part is the puzzle generation: packing multiple snaking paths onto a grid like jigsaw pieces with the constraint that each answer has exactly one valid path. Coming up with good two-word themes has been its own challenge too!

Always looking for feedback or suggestions for improvement. :)