This repository contains a small React + TypeScript implementation of Tetris. It includes a simple score counter that increases as you clear lines.
Install dependencies and start the dev server:
npm install
npm run startOpen http://localhost:8080 in your browser to play the game.