Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 591 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 591 Bytes

Tetris.ts

A simple Tetris game written in TypeScript.

Keys

  • Spacebar : Start game.
  • Up Arrow : Rotate left.
  • Left Arrow : Move shape left.
  • Right Arrow : Move shape right.
  • Down Arrow : Lower shape.
  • Enter : Drop shape.

Demo

Play here!