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

https://github.com/patrickap/snake-game

Simple snake game using HTML Canvas. 🐍
https://github.com/patrickap/snake-game

2d canvas game html5 oop pure snake typescript

Last synced: 8 months ago
JSON representation

Simple snake game using HTML Canvas. 🐍

Awesome Lists containing this project

README

          

# snake-game

Simple snake game using HTML Canvas. 🐍

## Images


preview-1
preview-2

## Run the game

```shell
# install dependencies
npm install

# start the game on localhost:1234
npm run start
```