Function Repository Resource:

PolyominoesGame

Source Notebook

Play a Polyominoes (Tetris-like) game

Contributed by: Xiangdong Wen

ResourceFunction["PolyominoesGame"][]

starts a game of tetris with speed 5.

ResourceFunction["PolyominoesGame"][n]

starts a game of tetris with speed n.

Details and Options

The following keys can be used to interact with the game:
move object left if possible
move object right if possible
turn object counter-clockwise if possible
turn object clockwise if possible
move object down quickly
start a new game

Examples

Basic Examples (1) 

Play a game:

In[1]:=
ResourceFunction["PolyominoesGame"][]
Out[1]=

Publisher

Xiangdong Wen

Version History

  • 1.0.0 – 18 March 2020

Related Resources

License Information