Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kubagdynia/spacetris

Yet another Tetris game but this time written in .NET Core and SFML
https://github.com/kubagdynia/spacetris

csharp dotnetcore game game-2d sfml sfml2 tetris tetris-game visual-studio-code visualstudio visualstudiocode vscode

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Spacetris
Yet another Tetris game but this time written in [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) and [SFML](https://github.com/SFML/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](./doc/spacetris_vid.gif)

[Click to play on YouTube](https://youtu.be/LE38KHbw4Uk)

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

Build
------------
First of all, you must have a [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/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`