tetrominoes
is a clone of Tetris built with .NET Core and MonoGame.
- Navigate to the Latest Release
- Download
Tetrominoes-OpenGL-win-x64.exe
- If you're running a 32-bit version of Windows download
Tetrominoes-OpenGL-win-x86.exe
- Run the
exe
to install - Open Tetrominoes.OpenGL from the Start Menu
- Navigate to the Latest Release
- Download
Tetrominoes-OpenGL-osx-x64.tar.gz
- Extract the archive to any location on your computer
- Run
Tetrominoes.OpenGL
- Navigate to the Latest Release
- Download
Tetrominoes-OpenGL-linux-x64.tar.gz
- Extract the archive to any location on your computer
- Run
Tetrominoes.OpenGL
- Movement -
W
A
S
D
- Rotate -
J
L
- Drop -
K
- Swap -
I
- Pause -
Spacebar
The Gamepad Controls are setup using MonoGame, and default to the Xbox Controller layout. It also defaults to using controller #1.
- Movement -
DPad
- Rotate -
A
B
- Drop -
Left Shoulder
- Swap -
Right Shoulder
- Pause -
Start
Configuration is managed through config.toml
, which is included in the release. Most options can be configured through the Options menu in game.
Released under the MIT License. See the LICENSE File for further details.