Hi All.
I recently came across a Tetris variant called SandTris (made by Corpsman = Uwe Schächterle)
Either download the source from this message or go to:
https://github.com/PascalCorpsman/sandtrisAt the above github link there are also compiled Windows and Linux versions in the downloadable zip file.
The game looks interesting.
Corpsman is certainly quite a talented Lazarus programmer.
Lastly, there is also Re-implementation of the Java Greenfoot Framework in Lazarus at:
https://github.com/PascalCorpsman/Greenfoot_for_LazarusSource comes with the following samples
Ants Advanced - a ant simulation
Balloon - a balloon popping game
Game of life - a game of live simulator
Lunar lander - a space craft landing simulator
Minesweeper - the implementation of the Windows Minesweeper game
PrimeSnake - a Snake game that helps to learn prime numbers
SpaceCommand - a Space invader game
Tetris - the implementation of the classic Tetris game
Wombat - try to eat leafs and dont get catched by the other wombats
At
https://github.com/PascalCorpsman/FPC_DOOM there is also the FreePascal version of Doom Game.