Simple tetris game in C#
Go to file
foglar 80c46a13ba
Some checks failed
.NET / build (push) Has been cancelled
last commit
2025-01-12 15:41:06 +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 Rotation check 2024-11-13 17:01:28 +01:00
README.md last commit 2025-01-12 15:41:06 +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

Not fulfilled requirements

  • 7.7 Background Music - Difficult to implement both for Windows and Linux
  • 7.8 Tetromino Colors - Difficult to implement with current implementation
  • 7.11 Next Tetromino Preview - Not enough time