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 build
For building run build script using
bash build.bash
Move to build directory
Set-Location build
For building run build script using
pwsh build.ps1
Move to test directory
cd test
For testing in linux use test script
bash test.bash
Move to test directory
Set-Location test
For testing in windows use test script
pwsh test.ps1
Run the tetris.bash for running the updated version.
bash tetris.bash
Run the tetris.ps1 for running the updated version.
pwsh tetris.ps1
Use these commands
cd release # go to release directory
java -jar Tetris.jar # run the jar file
©️ 2019 Gaurav Walia