Yet another Tetris game but this time written in .NET 8.0 and SFML. The project was created for fun in order to show how easily you can create a simple game in C# and SFML.
"Happy 8bit Loop 01" by Tristan Lohengrin : http://tristanlohengrin.wixsite.com/studio
First of all, you must have a .NET 8.0, then if you need an executable file, just run one of the following files
build_debug.cmd
build_release.cmd
build_win_release_withoutconsolewindow.cmd
Of course you can run it from Visual Studio, Visual Studio Code or Rider by opening solution project
Spacetris.sln
If you want to run it from the console go to "Spacetris\Spacetris" and type
dotnet run