Tetris-java
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Simple Tetris java game.
This program is the practice work I coded to pass Object Oriented Programming subject.


To build, compile and run the game.

 $ cd src
 $ javac -classpath /usr/share/java/junit4-4.8.1.jar *.java  # change junit library to suit your system.
 $ java Tetris



Playing Keys:

Move piece left: Left cursor key 

Move piece rigth: Right cursor key

Rotate: Up cursor key

Down four lines at once: Down cursor key

Fall current piece to the bottom at once: Space key.

Pause current game: P

Continue current game: P




Start the game:
Menu -> Juego -> Empezar

Stop the game:
Menu -> Juego -> Terminar



本源码包内暂不包含可直接显示的源代码文件,请下载源码包。