Tetris is a tile-matching puzzle video game originally designed and programmed by Soviet Russian game designer Alexey Pajitnov. The first playable version was completed on June 6, 1984, while he was working for the Dorodnitsyn Computing Centre of the Academy of Science of the Soviet Union in Moscow. He derived its name from the Greek numerical prefix tetra- (all of the game's pieces contain four segments) and tennis, Pajitnov's favorite sport. The name is also used in-game to refer to the play where four lines (the maximum simultaneous clearance number) are cleared at once.
- javac compiler
- RAINBOW package
- LINUX/UNIX Command Line Interface
working...
Move to build directory
cd buildFor building run build script using
bash build.bashMove to build directory
Set-Location buildFor building run build script using
pwsh build.ps1Move to test directory
cd testFor testing in linux use test script
bash test.bashMove to test directory
Set-Location testFor testing in windows use test script
pwsh test.ps1Run the tetris.bash for running the updated version.
bash tetris.bashRun the tetris.ps1 for running the updated version.
pwsh tetris.ps1Use these commands
cd release # go to release directory
java -jar Tetris.jar # run the jar file©️ 2019 Gaurav Walia
