Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksh-bansal-dev/snakegame
Classic snake game with multiple speed options
https://github.com/aksh-bansal-dev/snakegame
Last synced: 25 days ago
JSON representation
Classic snake game with multiple speed options
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/snakegame
- Owner: Aksh-Bansal-dev
- Created: 2020-07-29T19:00:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T19:03:35.000Z (about 2 years ago)
- Last Synced: 2023-03-04T09:45:47.531Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://aksh-bansal-dev.github.io/SnakeGame/
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnakeGame
The classic snake game(no fancy graphics).## Website Link
[ https://aksh-bansal-dev.github.io/SnakeGame/]( https://aksh-bansal-dev.github.io/SnakeGame/)## Built with
- HTML
- CSS
- Vanilla Javascript
- Electron## How to install deskop app
- Fork the repo
- Run `npm install` to install all dependencies
- Run `npm run make` to install the desktop app
- Run `npm run dev` to start the app## New Features
- _How to Play/Controls_ Page added.
- Multiple speed options
- slow(meh...)
- normal(default)
- fast(fun)
- turbo(only for pros)