Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r-mielamud/snakegame
- Owner: R-Mielamud
- License: mit
- Created: 2020-05-10T12:30:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:20:08.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:32:08.857Z (over 1 year ago)
- Topics: 2020, 2d-game, canvas, css, electron, electronjs, html, js, nodejs, snake, web-game
- Language: JavaScript
- Homepage: https://r-mielamud.github.io/SnakeGame/
- Size: 112 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!