kubagdynia / Spacetris

Yet another Tetris game but this time written in .NET Core and SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spacetris

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.

Videos

Screenshot 1

Click to play on YouTube

Music

"Happy 8bit Loop 01" by Tristan Lohengrin : http://tristanlohengrin.wixsite.com/studio

Build

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

About

Yet another Tetris game but this time written in .NET Core and SFML

License:MIT License


Languages

Language:C# 99.7%Language:Batchfile 0.3%