@851-labs/snake
v0.1.4
Published
Terminal Snake built with OpenTUI.
Readme
snake
Terminal Snake built with OpenTUI.
Setup
bun installOpenTUI requires Zig to build its native components. If you see build errors, install Zig first.
Run
bun run startInstall (npm)
npm i -g @851-labs/snakeOr run once with:
npx @851-labs/snakeThen start:
snake
First run downloads the native binary for your platform.
## Install (Homebrew)
```bash
brew tap 851-labs/tap
brew install snake
Optional (Bun):
```bash
bun add -g @851-labs/snakeTest
bun testControls
- Arrow keys or WASD: move
- P or Space: pause
- R: restart
- Q: quit
