A CLI-based Bridges puzzle renderer built with React and Ink. This exists mostly to gain more experience using an agent-based workflow.
Bridges (also known as Hashiwokakero) is a logic puzzle where you connect islands with bridges. Each island has a number indicating how many bridges must connect to it.
npm install -g bridges-cli
bridgesClone the repo then run:
bun start-p, --puzzle <identifier>- Render a puzzle via shorthand encoding (seesamplePuzzles.ts)--enable-solutions- Enable the show solution toggle in the game (disabled by default)
bun run typecheck
bun run test
bun run lint