> A classic Snake game inside your terminal.
npm install @zelelo/snake-cli-game> A classic Snake game inside your terminal.
This is a reactive CLI application built with React and Ink. It allows you to play the legendary Snake game directly in your command line interface.
---
Install it globally to have the game available as a command anywhere in your system:
``bash`
npm install --global @zelelo/snake-cli-game
`bash`
snake-cli-game
Try it instantly without installing it to your system:
`bash``
npx @zelelo/snake-cli-game
The game is easy to control using your keyboard:
- Arrow Keys (← ↑ → ↓) — Move the snake
- R — Restart game (after Game Over)
- Q or Ctrl+C — Quit the game
MIT © Zelelo