An open API service indexing awesome lists of open source software.

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

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
```