Inferno Plug-in: tetris

Tetris - The ubiquitous and annoyingly addictive tile dropping game.

The game is controlled from the keyboard:

7 or Left move left
8 or Uprotate (anti-clockwise)
9 or Rightmove right
p pause
Space or Downdrop
q quit


The following files are used in this sample:
tetris.b (19483 bytes)
tetris.dis (15118 bytes)

Note: files ending in .b are Limbo source; files ending in .dis are the equivalent binary executables.


The HTML code used to display this sample is:

<OBJECT
classid="clsid:3A274C9A-1E70-435a-8A63-B91A93F3BDDD"
codebase="http://www.vitanuova.com/plugin/ieplugin4.cab"
width="350" height="420"
>
<PARAM name="init" value=" ./tetris.dis">
<PARAM name="file1" value="tetris.dis http://www.vitanuova.com/inferno/plugin/tetris/tetris.dis">
</OBJECT>