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: 3 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T19:12:15.000Z (over 1 year ago)
- Last Synced: 2025-01-17T08:37:18.645Z (over 1 year 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.
[](https://github.com/standard/standard)

## 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.