/retrotetris

typescript implementation of tetris inspired game

Primary LanguageTypeScriptMIT LicenseMIT

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

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/