Simple tetris game in C#
Go to file
2024-11-13 16:39:36 +01:00
.github/workflows Idk 2024-11-13 16:39:36 +01:00
.gitignore Idk 2024-11-13 16:39:36 +01:00
ARS-pieces.png Idk 2024-11-13 16:39:36 +01:00
GamePrev.png Idk 2024-11-13 16:39:36 +01:00
image.png Idk 2024-11-13 16:39:36 +01:00
Program.cs Idk 2024-11-13 16:39:36 +01:00
README.md Idk 2024-11-13 16:39:36 +01:00
ShapesData.cs Idk 2024-11-13 16:39:36 +01:00
song.wav Idk 2024-11-13 16:39:36 +01:00
Tetris.csproj Idk 2024-11-13 16:39:36 +01:00
Tetris.png Idk 2024-11-13 16:39:36 +01:00
Tetris.sln Idk 2024-11-13 16:39:36 +01:00
TetrominoFS.md Idk 2024-11-13 16:39:36 +01:00
TetrominoSRS.md Idk 2024-11-13 16:39:36 +01: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