Difference between revisions of "Petris"

From Lazarus wiki
Jump to navigationJump to search
m (Remove unused template)
m (→‎Download: Added categories)
 
Line 18: Line 18:
 
The sources for Petris can be downloaded from https://github.com/eny-fpc/petris.
 
The sources for Petris can be downloaded from https://github.com/eny-fpc/petris.
  
 +
[[Category:Lazarus]]
 +
[[Category:Example programs]]
 
[[Category:Games]]
 
[[Category:Games]]

Latest revision as of 09:22, 10 August 2020

Petris is yet another Tetris clone.

Description

Petris is a (long overdue) basic implementation of Tetris. Provided for demonstration purposes only. The game is Free Software, and all the artwork are under GPL compatible creative-commons licenses.

The game contains two components: an engine that holds all the game logic. And a front end built with out-of-the box LCL components. So it will be quite easy to build another front end (e.g. with SDL) and keep using the same engine.

The game/GUI (not the engine) reguires Lazarus 1.8.0 (or higher).

Screenshots

petris.png

Download

The sources for Petris can be downloaded from https://github.com/eny-fpc/petris.