Tetris Solver (non-playable)

版本 1.2.0.0 (82.3 KB) 作者: Joren Heit
This program tries to solve the Tetris problem guided by 4 constraints. Block Editor included.
539.0 次下载
更新时间 2011/6/20

查看许可证

To start GUI: >>tetrisgui

The program tries to place each block as best as possible, using a set of four rules:

1. Try to complete rows.
2. Try to fit the block nicely.
3. Try to place the block as low as possible.
4. Try to avoid creating cavities

The weight (relative importance) of each rule can be set in the GUI.
Also, a Block Editor is included that allows the user to create custom blocks and blocksets to experiment with.

引用格式

Joren Heit (2024). Tetris Solver (non-playable) (https://www.mathworks.com/matlabcentral/fileexchange/31765-tetris-solver-non-playable), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Video games 的更多信息
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Added comments to the code, removed a large amount of bugs, increased speed by rewriting large portions of code, added a log option.

1.0.0.0