 |
|
 |
Tetris
Tetris is widely known as
the most popular computer puzzle game of all time. Its name is
derived from the Greek numerical prefix "tetra-" meaning four,
as all of the blocks are made up of four segments. Seven randomly
rendered tetrominoes composed of four blocks each - fall down the
playing field.
The object of the game is to manipulate these tetrominoes with the aim
of creating a horizontal line of blocks without gaps. When such a line
is created, it disappears, and the blocks above (if any) fall. As the
game progresses, the tetrominoes fall faster, and the game ends when
the stack of Tetrominoes reaches the top of the playing field and no
new Tetrominoes are able to enter. For more information: Click Here
|
|
 |
Controls
Up Arrow Key : Rotate Tetris Pieces by 90 Degree
Down Arrow Key: Move Pieces Down by One Step
Left Arrow Key: Move Pieces Left by One Step
Right Arrow Key: Move Pieces Right by One Step
Space Bar Key: Drop Pieces Down
Play Tetris
Download Tetris
Download Tetris so you can play it at anytime!
Instruction:
1. Download the game by clicking on the link above.
2. Double click on downloaded jar file. Tetris should automatically launch.
3. Otherwise, Open the command prompt by pressing Start -> Run, then type cmd.
You should see the command prompt which looks something like:
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp.
4. Switch to the directory where you downloaded the file by typing cd filepath For example, if you saved it in your C: drive, type cd c:
5. Type java -jar Tetris.jar
6. Tetris should automatically launch.
Source Code [top]
View the source files for Tetris
|
|
|
|
 |
|
|