Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 851 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 851 Bytes

Build Connections

Build your own Connections puzzles.

Built with ReScript + React.

Features

  • 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

Scripts

pnpm i
pnpm dev
pnpm build
pnpm preview
pnpm pages # build & publish to Github Pages