Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ratanshreshtha/snake-game

My version of classic snake game.
https://github.com/ratanshreshtha/snake-game

Last synced: about 2 months ago
JSON representation

My version of classic snake game.

Awesome Lists containing this project

README

        

# Snake Game

## What is this ?

This is my version of classic snake game, that you may remember from the old Nokia phones, this game is built on top of phase.js and electron these are two really great technologies and I recently started playing with them.

## Instructions

You will need node.js, npm, and electron, therefore firsr install node.js (> 4.0) and npm, then run the following commands.

```
npm install && npm start
```

And you are good to go.

## Screenshots
![Alt text](./screenshots/start.png?raw=true "Optional Title")

![Alt text](./screenshots/game.png?raw=true "Optional Title")

![Alt text](./screenshots/over.png?raw=true "Optional Title")