tetris

tetris is an interactive autoloaded compiled Lisp function in `tetris.el'.

It is bound to <menu-bar> <tools> <games> <tetris>.

(tetris)

Play the Tetris game.
Shapes drop from the top of the screen, and the user has to move and
rotate the shape to fit in with those at the bottom of the screen so
as to form complete rows.

tetris-mode keybindings:

n Starts a new game of Tetris
q Terminates the current game
p Pauses (or resumes) the current game
<left> Moves the shape one square to the left
<right> Moves the shape one square to the right
<up> Rotates the shape clockwise
<down> Rotates the shape anticlockwise
SPC Drops the shape to the bottom of the playing area