Tetris Solver (non-playable)
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.
Citation pour cette source
Joren Heit (2025). Tetris Solver (non-playable) (https://fr.mathworks.com/matlabcentral/fileexchange/31765-tetris-solver-non-playable), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 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 | 
