Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 595 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 595 Bytes

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!