Implemented Tetris game logic using a grid to test corner conditions, built graphics and interaction using mouse movements.
1.Import this project into eclipse.
2.Run Tetris.java as java application.
#Command line method to run this project
-
cd src
-
Compile the java files
javac *.java
- Run Tetris.java using following command
java Tetris