implementation on Java
Tetris (derived from "tetramino" and "tennis") is a computer game invented in the USSR by Alexei Pajitnov and released on June 6th. Here is an implementation of the main functionality of the classic game.
This implementation uses only Java standard library and does not relate from other libraries.
In a terminal put the following command:
git clone https://github.com/DudkinON/tetris_game
To see the demo you can download Tetris.jar file.
Required Java 8+. Run like *.exe files with click on file. This implementation is made for desktop.