Just a fun/side project
The main branch gets automatically deployed to: https://lwc-tris.herokuapp.com/
It is following (mostly) the physics of the original GameBoy Tetris.
- Wall Kicks are not supported
- Lock Delay is not supported
- etc.
- but Hard Drops are supported
- Clone the
lwc-tris
repository:
git clone https://github.com/itsmebasti/lwc-tris
cd lwc-tris
- Install the project dependencies using
yarn
(ornpm
, if you prefer that alternatively)
yarn
- Start the app in watch mode.
yarn watch
- Enjoy the app!