Simple tetris game in C#
Go to file
2024-10-09 21:40:22 +02:00
.gitignore First test version of tetris 2024-09-19 20:25:36 +02:00
ARS-pieces.png blocks in external file images srs 2024-10-09 11:40:02 +02:00
image.png blocks in external file images srs 2024-10-09 11:40:02 +02:00
Program.cs Remove sound player, edit readme 2024-10-09 21:40:22 +02:00
README.md Remove sound player, edit readme 2024-10-09 21:40:22 +02:00
ShapesData.cs blocks in external file images srs 2024-10-09 11:40:02 +02:00
song.wav sound 2024-10-09 12:17:20 +02:00
Tetris.csproj blocks in external file images srs 2024-10-09 11:40:02 +02:00
Tetris.png blocks in external file images srs 2024-10-09 11:40:02 +02:00
Tetris.sln update, block rotation 2024-10-04 14:34:17 +02:00
TetrominoSRS.md Remove sound player, edit readme 2024-10-09 21:40:22 +02:00

Tetris

.NET

Compilation and running

git clone https://github.com/foglar/Tetris.git
cd Tetris
dotnet run ./

Note

For some weird cause it won't run when executed through Visual Studio on Windows. Run it in terminal instead with command above.

Simple tetris game