Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.