# Tetris **Repository Path**: hulang1024/Tetris ## Basic Information - **Project Name**: Tetris - **Description**: TS写的俄罗斯方块 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: http://101.43.9.233/tetris - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-09 - **Last Updated**: 2024-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tetris ### 安装(或使用cnpm) ```shell npm i ``` ### 开发 ```shell npm run dev ``` ### 构建 ```shell npm run build ```