https://github.com/primeare/snake-game
Simple terminal Snake game without dependencies
https://github.com/primeare/snake-game
dependency-free game play-snake snake snake-game snake-js terminal-game terminal-snake
Last synced: 3 months ago
JSON representation
Simple terminal Snake game without dependencies
- Host: GitHub
- URL: https://github.com/primeare/snake-game
- Owner: primeare
- License: mit
- Created: 2020-04-05T00:30:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T23:03:20.000Z (about 6 years ago)
- Last Synced: 2025-04-25T20:57:10.565Z (about 1 year ago)
- Topics: dependency-free, game, play-snake, snake, snake-game, snake-js, terminal-game, terminal-snake
- Language: JavaScript
- Size: 4.88 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake Game
> Simple terminal Snake game without dependencies
## How to play?
Just download this repository and go to the downloaded folder. Make sure that you use [Node.js](https://nodejs.org/) version `13.2.0` or higher, and type on terminal:
```bash
npm run game
```