Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kubagdynia/spacetris
- Owner: kubagdynia
- License: mit
- Created: 2017-12-16T13:32:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T07:57:51.000Z (5 months ago)
- Last Synced: 2024-07-01T16:47:27.881Z (5 months ago)
- Topics: csharp, dotnetcore, game, game-2d, sfml, sfml2, tetris, tetris-game, visual-studio-code, visualstudio, visualstudiocode, vscode
- Language: C#
- Size: 5.47 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/studioBuild
------------
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`