Skip to content

mareena17/TetrisGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

TetrisGame

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

  1. cd src

  2. Compile the java files

javac *.java

  1. Run Tetris.java using following command

java Tetris

Releases

No releases published

Packages

No packages published

Languages