An experiment on original Tetris. The goal of this project is to make it pluggable to different game engines (Cocos2D, PIXI, etc). It currently uses PIXI.js.
You need npm v7.1.0, but earlier versions may work too. Use of nvm is highly recommended.
- Install npm dependencies:
npm i - Run the project:
npm start - Visit
http://localhost:8000 - ...
- Profit.