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

https://github.com/timmoth/retrotetris

typescript implementation of tetris inspired game
https://github.com/timmoth/retrotetris

tetris timmoth typescript

Last synced: over 1 year ago
JSON representation

typescript implementation of tetris inspired game

Awesome Lists containing this project

README

          

# retrotetris

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/wF-bWuRJb0G12xU0lgePIw)

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