In this project, one of the classic puzzle games, Tetris, has been recreated by using Java and Java Swing Library. The reason why Java and Java Swing Library are chosen is that I developed a Peg Solitaire Game with Java and Java Swing Library in 2021 and I wanted to refresh my memory about Java and Java Swing Library.
The game is located in the "Application" folder. You can download and test it. Additionally, you can access the source codes in the "Source_Codes" folder.
You can find the gameplay video on my YouTube channel.
You can
- move Tetromino right by right arrow.
- move Tetromino left by left arrow.
- move Tetromino bottom by down arrow.
- rotate Tetromino 90 degree by space.
- reset the game by clicking Try Again button.
- stop the game by clicking Stop button.