Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joakimteixeira/snake-game
Classic snake game made on canvas.
https://github.com/joakimteixeira/snake-game
canvas2d css html javascript snake-game standardjs
Last synced: about 1 month ago
JSON representation
Classic snake game made on canvas.
- Host: GitHub
- URL: https://github.com/joakimteixeira/snake-game
- Owner: JoakimTeixeira
- Created: 2020-09-16T15:46:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T19:12:15.000Z (about 1 month ago)
- Last Synced: 2024-11-07T20:22:02.690Z (about 1 month ago)
- Topics: canvas2d, css, html, javascript, snake-game, standardjs
- Language: JavaScript
- Homepage: https://joakimteixeira.github.io/snake-game/
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Game
Classic snake game made on canvas.
[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
![image](https://user-images.githubusercontent.com/12193814/93542218-cfe62600-f92e-11ea-8d0b-053bb3b22c62.png)
## To-do
- [ ] Convert code to Typescript
- [ ] Modularize logic into different files
- [ ] Implement mobile responsiveness
- [ ] Update fonts
- [ ] Create more levels
- [ ] Integrate music
- [ ] Add multiplayer mode## Running the Project
To get started, fork the repository, clone it, and then run the following command:
npm install
After that, open the `index.html` file in the browser.