The official repository for the Tetris++ game, stacking updates such as sandification and gravity reversal on top of the original game.
Download the version for your operating system from the latest release:
⬇️ Download for Windows ⬇️ Download for macOS ⬇️ Download for Linux
- Download
TetrisPlusPlus-windows.zip. - Right-click the file and choose Extract All.
- Open the extracted folder.
- Double-click
TetrisPlusPlus.exeto play.
If Windows shows a security warning, click More info, then Run anyway.
- Download
TetrisPlusPlus-macos.zip. - Double-click the zip file to extract it.
- Open the extracted folder.
- Double-click
TetrisPlusPlus.appto play.
If macOS says the app cannot be opened because it is from an unidentified developer, right-click the app, choose Open, then click Open again.
- Download
TetrisPlusPlus-linux.tar.gz. - Extract it:
tar -xzf TetrisPlusPlus-linux.tar.gz- Open the extracted folder.
- Run the game:
./TetrisPlusPlusIf needed, make it executable first:
chmod +x TetrisPlusPlus
./TetrisPlusPlusThis project was made in Processing. To run the source code manually:
- Install Processing.
- Open
TetrisPlusPlus.pde. - Press the Run button in Processing.