Skip to content

olegstepura/game-train-your-brain

Repository files navigation

Train Your Brain

A cows and bows-style logic puzzle: break a hidden 4-color sequence in 10 attempts.

Stack

Getting started

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 build

Available tasks: task --list.

Layout

  • src/game/ — state, reducer, logic (pure)
  • src/components/ — presentation
  • src/App.tsx — composition root

About

A weekend project reimplementing classic board game

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages