Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 742 Bytes

README.md

File metadata and controls

executable file
·
26 lines (18 loc) · 742 Bytes

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