Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r-mielamud/snakegame

Classic snake written with html, css and js
https://github.com/r-mielamud/snakegame

2020 2d-game canvas css electron electronjs html js nodejs snake web-game

Last synced: 7 days ago
JSON representation

Classic snake written with html, css and js

Awesome Lists containing this project

README

        

# Snake Game
Classic snake written with html, css and js

## To run as a web app:
- Open https://r-mielamud.github.io/SnakeGame/
- Enjoy!

## To run as an Electron app:
- Download nodejs
- Clone the repo
- npm install
- npm run start
- Enjoy!