brilliant-or-blunder-cli
v0.1.1
Published
Terminal version of the chess puzzle game built with Ink.
Readme
Brilliant or Blunder CLI
Terminal version of the chess puzzle game built with Ink.
Install
npm install -g brilliant-or-blunder-cliRun any of these commands:
brilliant-or-blunder-cli
brilliant-or-blunder
bbchessLocal Development
npm install
npm run devBuild a runnable CLI bundle locally:
npm run build
npm startControls
b: guess brilliantl: guess blundern: next puzzle after revealqorCtrl+C: quit
The published package bundles its own games_analysis.json dataset. During local development, the CLI can also fall back to the monorepo dataset if needed.
Local progress is stored in ~/.brilliant-or-blunder-cli/state.json.
Played-puzzle history resets automatically when the local pool is exhausted.
