Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanming-hu/taichi_tetris
https://github.com/yuanming-hu/taichi_tetris
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuanming-hu/taichi_tetris
- Owner: yuanming-hu
- License: mit
- Created: 2021-09-24T09:48:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T02:40:24.000Z (about 3 years ago)
- Last Synced: 2024-11-03T11:34:13.303Z (8 days ago)
- Language: Python
- Size: 216 KB
- Stars: 58
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-taichi - Taichi Tetris - A Tetris game with soft-body simulation implementing the MPM method. (Applications / **Simulation**)
- awesome-taichi - Taichi Tetris - A Tetris game with soft-body simulation implementing the MPM method. (**Simulation**)
README
# 太极软体俄罗斯方块 (太极图形课作业) Taichi Tetris (Taichi Graphics Course Homework)
*by [@yuanming-hu](https://github.com/yuanming-hu) and [@k-ye](https://github.com/k-ye)*
![teaser](./data/teaser.jpg)
## 背景简介 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
## 运行方式 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 以后继续开发 :-)