An open API service indexing awesome lists of open source software.

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

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 ;).

![](preview.png)

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.