/tetris-study

A study about how Tetris game works.

Primary LanguageTypeScript

Tetris Study

This is a simple study on how Tetris game works.

DEMO

Usage

yarn => Install dependencies;

yarn dev => Start a local server running on http://localhost:5173/;

yarn preview => Preview production build on a local server running on http://localhost:4173/;

yarn build => Create production build on /dist folder;