cli-slay-the-spire-codex
v0.1.0
Published
A CLI roguelike deckbuilder inspired by Slay the Spire.
Maintainers
Readme
cli-slay-the-spire-codex
A terminal deckbuilder inspired by Slay the Spire, packaged as an npm CLI.
Features
- Turn-based card combat in the terminal
- Draft card rewards after fights
- Floor map with fights, elites, events, shops, rest sites, and a boss
- Relics that change combat starts and scaling
- Zero runtime dependencies, Node.js only
Install
npm install -g cli-slay-the-spire-codex
clispireLocal development
npm install
npm run play
npm run check
npm run pack:checkCommands
npm run play: launch the game locallyclispire: launch after global install
Publish
The package is configured as a public CLI package. To publish it for real:
npm login
npm publish --access publicIf the package name is already taken, update the name field in package.json first.
Notes
- Requires Node.js 18+
- Input
qat any prompt to quit a run - This is a compact homage, not a full reimplementation of Slay the Spire
