mangafas
v1.2.0
Published
A tiny terminal arcade for fast thinkers.
Downloads
455
Maintainers
Readme
mangafas
A tiny terminal arcade for fast thinkers. Play logic, pattern-recognition, and pressure-decision games without installing anything globally.
npx mangafas playGames
- Logic Rush — sequences, parity, and mental arithmetic.
- Switch Circuit — apply changing rules before the circuit flips.
- Reactor — vent, charge, or hold while the clock runs down.
- Tetris — the complete real-time falling-block game in your terminal.
Choose from the arcade menu or launch a game directly:
npx mangafas games
npx mangafas play logic
npx mangafas play switch
npx mangafas play reactor
npx mangafas tetrisRounds get faster as you play. Quick correct answers and streaks earn more points.
Tetris controls
| Action | Keys |
| --- | --- |
| Move | Arrow keys or A / D |
| Rotate | W / Up; Z rotates backwards |
| Soft drop | S or Down |
| Hard drop | Space |
| Hold piece | C |
| Pause | P |
| Restart | R |
| Quit | Q or Ctrl+C |
Tetris includes a seven-piece bag, next and hold previews, a ghost piece, wall kicks, levels, line clears, and standard scoring.
Development
npm test
npm exec --yes --package=. mangafasPublish
Create a new version before publishing an update:
npm version patch
npm publish --access public