The new typescript version of JsGames
JsGames was built as practices when I started learing javascript around 8 years ago.
I accidentally found it from my wix site several months ago. It's surprised that I could not remember all the details!
Finally I dicided to rewrite it with some new techniques, for example, typescript, React, or Angular.
This is the first step to rebuild it with typescript.
git clone https://github.com/DerekJi/ts-tetris.git
cd ts-tetris
npm install
npm start
ornpm run start
- Launch your browser and visit http://localhost:9000
Online Demo: https://derekji.github.io/ts-tetris/
Github Actions: .github/workflows/v1.yml