Tetris-Mini is an experiment project to learn kotlin-js.
Html5 Canvas is used to render the game.
./gradlew clean build
open web/index.html
Action | Key |
---|---|
Move Left | LEFT arrow |
Move Right | RIGHT arrow |
Rotate | UP arrow |
Soft Drop | DOWN arrow |
Hard Drop | Space Bar |