https://github.com/pascalcorpsman/sandtris
TETRIS clone with a sand simulation engine
https://github.com/pascalcorpsman/sandtris
freepascal lazarus open-source opengl sand tetris tetris-clone tetris-game
Last synced: about 2 months ago
JSON representation
TETRIS clone with a sand simulation engine
- Host: GitHub
- URL: https://github.com/pascalcorpsman/sandtris
- Owner: PascalCorpsman
- License: other
- Created: 2023-06-28T12:50:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T14:40:03.000Z (about 1 year ago)
- Last Synced: 2025-08-19T07:45:40.409Z (8 months ago)
- Topics: freepascal, lazarus, open-source, opengl, sand, tetris, tetris-clone, tetris-game
- Language: Pascal
- Homepage:
- Size: 4.42 MB
- Stars: 8
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Sandtris, TETRIS Clone with sand simulation engine
Inspired by this youtube video https://www.youtube.com/shorts/aaCWkot8mIU i wanted to have my own TETRIS clone with this special touch ;).

Implemented Features:
- 4 Colors
- 7 different pieces
- Highscore calculations
This program still has lots of ways to be improved but is playable and brings joy *g*.
## What do i need to play the game
On Linux or Windows download the executable from the [bin](bin) folder and start playing. On all other operating systems you need to compile the code by yourself.
## What needs to be done to compile the game:
- Install LazOpenGLContext package into Lazarus IDE.
- Download dglOpenGL.pas from here ( https://github.com/saschawillems/dglopengl )
- on some Linux systems you may need a : sudo apt-get install freeglut3-dev
License
See the license.md file located at https://github.com/PascalCorpsman/Software_Licenses/blob/main/license.md for details about the license.