# Tetris **Repository Path**: hupeng_admin/Tetris ## Basic Information - **Project Name**: Tetris - **Description**: 俄罗斯方块(使用unity2018.2.14f1和rider2018.2开发) https://github.com/xiaomoinfo/Tetris - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-11-09 - **Last Updated**: 2022-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 俄罗斯方块 ![1](screenshot/screenshot.png) --- # 当前环境: ``` Unity version: 2018.2.14f1 Script Editor: Rider2018.2 Build Platforms : Windows| Mac GUI : UGUI Animation : DoTween ``` # 下载地址: [https://github.com/xiaomoinfo/Tetris/releases](https://github.com/xiaomoinfo/Tetris/releases) # 按键 ``` W: 变形 A: 左移 D: 右移 S: 下落 ``` # 进度 - 开发中,未开发功能包括 - 消除 - 分数更新 - 保存分数