@terminalgames/ink-pacman
v0.1.0
Published
Terminal Pac-Man built with Ink.
Maintainers
Readme
Ink Pac-Man
Terminal Pac-Man built with Ink.
Features solid block walls, bold Unicode sprites, and a 2-column cell grid for a clearer arcade look in the terminal.
Install
Requires Node 20+.
npx @terminalgames/ink-pacmanGlobal install
npm install -g @terminalgames/ink-pacman
ink-pacmanControls
| Key | Action |
| --- | --- |
| h / ← | Move left |
| l / → | Move right |
| k / w / ↑ | Move up |
| j / ↓ | Move down |
| p | Pause / resume |
| r | Restart |
| enter | Continue after level clear |
| ? | Toggle help |
| q | Quit |
Development
npm install
npm run build
node dist/cli.jsnpm test
npm run typecheckGame logic lives in pure TypeScript modules under src/game/; Ink UI is under src/ui/.
Publish
Maintainers only. Requires access to the @terminalgames npm organization:
npm login
npm publish --access public