Download List

项目描述

Micro Tetris is based on the 1989 International Obfuscated C Code Contest Best Game entry. It is a very small implementation, with extreme similarity to the BSD Tetris implementation. So it is very suitable for small embedded systems with only serial or SSH console access. The code uses no curses or other heavy libraries, only ANSI escape sequences and the Unix "stty" command to setup and restore the display.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-08-02 11:26
1.2.0

预览显示有一块补丁,以加快绘图速度慢的串行控制台。暂停键问题已得到修复。电平转换已新增:一个新的水平是每10清除后触发线,速度现在增加每个级别。现在的高得分记录在一个文件并保存在游戏中显示了。
There are piece preview display fixes to speed up drawing on slow serial consoles. The pause key problem has been fixed. Level shifting has been added: the next level is triggered after every 10 cleared lines, and speed now increases each level. The high score is now recorded in a save file and displayed at game over.

2009-06-14 23:50
1.0.0

这是继“unobfuscation 1989年IOCCC项”的第一个版本。
标签: Stable
This is the first release after the "unobfuscation" of the 1989 IOCCC entry.

Project Resources