Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ratanshreshtha/snake-game
- Owner: RatanShreshtha
- Created: 2016-08-26T18:27:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T17:47:23.000Z (over 8 years ago)
- Last Synced: 2024-10-14T00:50:53.568Z (3 months ago)
- Language: JavaScript
- Size: 267 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")