This is a Tetris game with adaptive window size and plays with a mouse.
The game will be pause if the cursor is within the main playground area.
When the cursor move within the falling piece, the Tetromino will randomly change its type with penalty on your score.
java -version
javac -version
javac Tetris/*.java
java Tetris/Main