KO
|
EN
gitlite — search
Search
#react
#python
#android
#javascript
#nodejs
#hacktoberfest
#wordpress
#redux
#linux
#angular
#rabbitmq
#command-line-tool
taichi_tetris
★ 58
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
WSODFix
:
A repair tool for Symbian Nokia phones affected by the infamous white screen of death.
react-threejs-distorion-effect
:
3D effects using React and ThreeJS/GSAP
JMcDM
:
A package for Multiple criteria decision-making techniques in Julia
timer-5
:
A simple time-tracking tool
eater-sap-1-improvements
:
Improvements and modifications made to the Ben Eater SAP-1 breadboard computer
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
taichi_tetris
?
Download (.md)
# 太极软体俄罗斯方块 (太极图形课作业) Taichi Tetris (Taichi Graphics Course Homework) *by [@yuanming-hu](https://github.com/yuanming-hu) and [@k-ye](https://github.com/k-ye)*  ## 背景简介 Background 灵感来自[C4D4U的软体俄罗斯方块系列视频](https://www.youtube.com/watch?v=XAoNeNoa7eM&list=PLUiMrVMtq6VFBeBD1jSkkIfAQL4ocoot5)。 Ideas are from [C4D4U's soft body tetris videos](https://www.youtube.com/watch?v=XAoNeNoa7eM&list=PLUiMrVMtq6VFBeBD1jSkkIfAQL4ocoot5). ## 成功效果展示 Demo <img src="https://github.com/taichi-dev/public_files/raw/master/taichi/tetris.gif" width="320px"> ## 运行方式 Usage ```bash python3 tetris.py ``` 用 *鼠标* 控制下落位置,按 *空格键* 释放。 Use your *mouse* to control the initial horizontal position of the new soft body, and press the *space* key to release it. ## 未来工作 TODOs 目前功能尚不完善,比如说消除、计分等功能还没有实现。我们俩估计是没时间继续写了,欢迎大家 fork 以后继续开发 :-)