A retro implementation of the original Snake game written in typescript and using the HTML canvas. See where you place on the high scores!
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/