Classic tetris on Pixi.js
See the Game here
Typescript + pixi + webpack + hotreload
move: arrows left, right;
rotate: space;
hard drop: arrow up;
soft drop: arrow down;
npm install
run local server (http://localhost:8080/)
npm start
build project
npm run build
- game over
- remove rows
- enroll scores
- keyboard controls
- sound fx (opt)
- conf file
- conf validation
- points
- next figure preview
- pause mode
- remove rows fx (opt)