Skip to content

hgd-dev/TetrisPlusPlus

Repository files navigation

Tetris++

The official repository for the Tetris++ game, stacking updates such as sandification and gravity reversal on top of the original game.

Download and Play

Download the version for your operating system from the latest release:

⬇️ Download for Windows ⬇️ Download for macOS ⬇️ Download for Linux

Windows

  1. Download TetrisPlusPlus-windows.zip.
  2. Right-click the file and choose Extract All.
  3. Open the extracted folder.
  4. Double-click TetrisPlusPlus.exe to play.

If Windows shows a security warning, click More info, then Run anyway.

macOS

  1. Download TetrisPlusPlus-macos.zip.
  2. Double-click the zip file to extract it.
  3. Open the extracted folder.
  4. Double-click TetrisPlusPlus.app to 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.

Linux

  1. Download TetrisPlusPlus-linux.tar.gz.
  2. Extract it:
tar -xzf TetrisPlusPlus-linux.tar.gz
  1. Open the extracted folder.
  2. Run the game:
./TetrisPlusPlus

If needed, make it executable first:

chmod +x TetrisPlusPlus
./TetrisPlusPlus

Building From Source

This project was made in Processing. To run the source code manually:

  1. Install Processing.
  2. Open TetrisPlusPlus.pde.
  3. Press the Run button in Processing.

About

The official repository for the Tetris++ game, stacking updates such as sandification and gravity reversal on top of the original game.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors