Skip to content
/ tetris Public

🕹️ Tetris written in TypeScript using HTML5 canvas.

License

Notifications You must be signed in to change notification settings

mat-sz/tetris

Repository files navigation

tetris

A TypeScript remake of Tetris.

Building instructions

npm install
npm run build

# or

yarn install
yarn build

The output will be in ./dist/.