Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 387 Bytes

Tetris-Mini is an experiment project to learn kotlin-js.

Html5 Canvas is used to render the game.

Build

./gradlew clean build

Run

open web/index.html

Tetris-Mini Demo

Controls

Action Key
Move Left LEFT arrow
Move Right RIGHT arrow
Rotate UP arrow
Soft Drop DOWN arrow
Hard Drop Space Bar