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

https://github.com/timmoth/retrosnake

typescript implementation of snake
https://github.com/timmoth/retrosnake

snake timmoth typescript

Last synced: over 1 year ago
JSON representation

typescript implementation of snake

Awesome Lists containing this project

README

          

# retrosnake
A retro implementation of the original Snake game written in typescript and using the HTML canvas. See where you place on the high scores!

[![Demo](https://img.shields.io/badge/live-demo-green?style=flat-square)](https://timmoth.com/showcase/i3jL-Fu3JkCXjADNs6kRNQ)

Clone
```
git clone https://github.com/Timmoth/retrosnake.git
```
Build
```
npm run build
```
Run
```
npm install http-server -g
http-server
```
App will be available at http://localhost:8080/