A cows and bows-style logic puzzle: break a hidden 4-color sequence in 10 attempts.
- Vite + React 18 + TypeScript
- Tailwind CSS
- Yarn 4 (via Corepack)
- Task for task running
corepack enable # one-time, enables Yarn 4
task install # install dependencies
task dev # start dev server on :3003
task build # production build
task preview # preview production buildAvailable tasks: task --list.
src/game/— state, reducer, logic (pure)src/components/— presentationsrc/App.tsx— composition root