1.0.6 • Published 11 months ago
@edisoncks/snake v1.0.6
Snake
Terminal snake game for Node.js. Built with Typescript, Ink and React.
Features
- Navigate with arrow keys and WASD.
- 3 levels of speed.
- Customizable game width and height.
Requirements
- Node 18 or above.
- NPM / PNPM / Yarn
Getting Started
Use NPM (or package manager of your choice) to download the game as a global package on your system:
npm i @edisoncks/snake -g
Now to start it, just type in the console:
snake
For customization options, run the game with --help
parameter.
snake --help