back to scratko.xyz
aboutsummaryrefslogtreecommitdiff

The proprietary implementation of Tetris written in Pascal.

The following alogorithms were used: single-linked lists, binary search tree and bubble sort.

Crt module is applied as a gui part.

Building

To build and run the application, type the commands:

git clone https://git.scratko.xyz/tetris.git
cd tetris
fpc tetris.pas
./tetris