Skip to content

This repository contains the tetris game

License

Notifications You must be signed in to change notification settings

GauravWalia19/TETRIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tetris logo

TETRIS GAME

The Game that kids play and programmers love to code

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.

image DEPENDENCIES

image Documentation

working...

image BUILD

BUILD IN LINUX / UNIX

Move to build directory

cd build

For building run build script using

bash build.bash

BUILD IN WINDOWS

Move to build directory

Set-Location build

For building run build script using

pwsh build.ps1

image TEST

Testing in Linux / Unix

Move to test directory

cd test

For testing in linux use test script

bash test.bash

Testing in Windows

Move to test directory

Set-Location test

For testing in windows use test script

pwsh test.ps1

image RUN

Running in Linux/Unix

Run the tetris.bash for running the updated version.

bash tetris.bash

Running in Windows

Run the tetris.ps1 for running the updated version.

pwsh tetris.ps1

For running the release jar

Use these commands

cd release                  # go to release directory
java -jar Tetris.jar        # run the jar file

image CONTRIBUTION

See contribution details

LICENSE

MIT License

©️ 2019 Gaurav Walia

Packages

No packages published

Languages