Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kubagdynia committed Mar 7, 2024
1 parent cbb3c93 commit add1896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Spacetris
Yet another Tetris game but this time written in [.NET 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.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.
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](https://github.com/kubagdynia/Spacetris/blob/develop/doc/spacetris_vid.gif)
![Screenshot 1](./doc/spacetris_vid.gif)

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

Expand All @@ -13,7 +13,7 @@ Music

Build
------------
First of all, you must have a [.NET 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0), then if you need an executable file, just run one of the following files
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`
Expand Down

0 comments on commit add1896

Please sign in to comment.