back to scratko.xyz
aboutsummaryrefslogtreecommitdiff

The proprietary implementation of Tetris written in Pascal.

The following algorithms 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
cd tetris
fpc tetris.pas
./tetris

Windows version

You can also download the already built program on windows platform (i386, x86_64).
Download Windows version
Note: the archive contains a bat file with which you need to launch the program. This is done in order for the console to run at the minimum required size.