Alexei Paschitnows 1984 published classic game Tetris implemented in Java
- Board.java - draws the board, contains the Key movement, contains gamecycle
- Shape.java - contains the shapes in an array
- Tetris.java - builds the ui, starts the game
-
Execute Tetris.java
-
Enjoy :)