The following java project contains the java source code and java examples used for tetris (fully functional). Illustrate how to build a Tetris game by Java Applet.
The Tetris includes forsee of next block, score calculation and changeable speed.
I am just a beginner. Tetris game is decent way to get familiar of all the basic programming skills of Java and Java Applet.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
Block$1.class | 1000 |
Block.class | 18081 |
Block.java | 21290 |
Board.class | 2831 |
Board.java | 3502 |
SmallBoard.class | 1140 |
SmallBoard.java | 1124 |
Tetris$1.class | 709 |
Tetris$2.class | 1361 |
Tetris$3.class | 747 |
Tetris$4.class | 575 |
Tetris$5.class | 562 |
Tetris.class | 3766 |
Tetris.html | 296 |
Tetris.java | 5053 |