/lwc-tris

Fun Project. Tertris written on the basis of the open source lwc project.

Primary LanguageJavaScriptMIT LicenseMIT

LWC-TRIS

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

Local Development

  1. Clone the lwc-tris repository:
git clone https://github.com/itsmebasti/lwc-tris
cd lwc-tris
  1. Install the project dependencies using yarn (or npm, if you prefer that alternatively)
yarn
  1. Start the app in watch mode.
yarn watch
  1. Enjoy the app!