diff options
-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 |