diff options
author | scratko <m@scratko.xyz> | 2024-03-23 21:17:41 +0300 |
---|---|---|
committer | scratko <m@scratko.xyz> | 2024-03-23 21:17:41 +0300 |
commit | 4f012a83240aeea6f961446affb68f3711f6d310 (patch) | |
tree | 26c35dd94a686c68200d18bead3e19e62fb0717e | |
parent | 33dfbed68e741d84dc41d3641de1ad8e4694d9bc (diff) | |
download | tetris-master.tar.gz tetris-master.tar.bz2 tetris-master.zip |
-rw-r--r-- | README.md | 19 | ||||
-rw-r--r-- | tetris.png | bin | 0 -> 51523 bytes |
2 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..de89d10 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# The proprietary implementation of Tetris written in Pascal. + +<img src="tetris.png" /> + +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 +``` diff --git a/tetris.png b/tetris.png Binary files differnew file mode 100644 index 0000000..a5b04e4 --- /dev/null +++ b/tetris.png |