@zelelo/snake-cli-game
v3.0.0
Published
> A classic Snake game inside your terminal.
Readme
@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.
Installation
Global Installation
Install it globally to have the game available as a command anywhere in your system:
npm install --global @zelelo/snake-cli-gameAfter installation, simply run:
snake-cli-gameQuick Run
Try it instantly without installing it to your system:
npx @zelelo/snake-cli-gameControls
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
License
MIT © Zelelo
