Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 165 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 165 Bytes

tetris

A TypeScript remake of Tetris.

Building instructions

npm install
npm run build

# or

yarn install
yarn build

The output will be in ./dist/.