How to play GNOME 3D Tetris

 
 

THE GAME
 

gno3dtet is a 3-dimensional Tetris clone. The world is seen from the top. Different pieces are falling from the top to the bottom and pile on the bottom. The game is lost when there's not enough room for the next piece to appear. Pieces are made with cubes. Cubes disappear from the world when one or more layer is complete (i.e. no holes).

The aim of the game is to play as long as possible. The game speed increases with time.
 

KEY BINDINGS
 

q, a: X-axis rotations
w, s: Y-axis rotations
e, d: Z-axis rotations
arrows: moves
[space]: piece fall
n: toggle next piece view
p: toggle game pause
 

USAGE
 

Type gno3dtet --help for command line options.

The -t option sets the time delay in milliseconds between 2 frames. Default is set up to 30. Increasing this value will make the game slower but more constant. Descreasing this value will make the game faster (only if your computer can handle it) but may also make the game flickier. So this value is dependant of your hardware. A value between 10 and 30 is a good choice.

 
 

 Enjoy !