Tetris for MATLAB

버전 1.3.0.0 (9.38 KB) 작성자: Matt Fig
Another MATLAB version of the classic game, Tetris.
다운로드 수: 11.1K
업데이트 날짜: 2021/10/21

라이선스 보기

Pushing the following keys has the listed effect:
Key Effect
------------------
n.....Starts a new game in the middle of any game.
p.....Pauses/Unpauses game play.
s.....Starts the new game (alternative to pushing the start button).
Other tips:
To move the piece, use the arrow keys.
The up arrows rotates a piece clockwise, shift+up, counter clockwise.
Clicking on the preview window hides/unhides the preview (next piece).
Click on the level (1) before starting a game to choose start level. If the first level is too slow, try starting out at a higher level, up to 9. The desired starting level may also be passed in as an argument when first calling the game. For example,
matlabetetris(7)
starts the game at level 7.
Certain alterations should be easy for experienced MATLAB users, such as altering the number of lines required to advance to the next level and the acceleration rate level-to-level, as the code is well-commented. If it is desired to change these things but too difficult, feel free to contact me for assistance.
See the help in the file for more important information. If this game is found to have bugs, please contact me via email with a detailed message.
Thanks.

인용 양식

Matt Fig (2024). Tetris for MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/34513-tetris-for-matlab), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
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.3.0.0

MATLAB had changed functionality so that the resize function was called upon initialization, resulting in an error about undefined structure S. This was fixed by putting a line in before the initialization defining S.

1.2.0.0

Bug fix. An error was produced by clicking on a border block because the handlevisibility was 'off' instead of 'callback'.

1.1.0.0

Made it easier for programmers to change level steps and acceleration. Other minor housekeeping alterations.

1.0.0.0