Build your own Connections puzzles.
Built with ReScript + React.
- Set cards
- Set connection titles
- Mobile-friendly layout
- Draggable connections/cards
- Play game, solve connections
- Mistakes remaining
- Reveal remaining connections when lost
- Remember past guesses, don't allow repeat mistakes
- Toasts: 1 away, already guessed
- Shrink text to fit cards
- Show results
- Share results
- Cache puzzle build in localStorage
- Cache game state in localStorage
- Sharable puzzle link: client-side encoding
- Sharable puzzle link: key-value store
- Animations
pnpm i
pnpm dev
pnpm build
pnpm preview
pnpm pages # build & publish to Github Pages