The release build of my Snake game.
You need 7zip on Windows to extract it, or p7zip on Linux to do the same.
To run it you need the .NET 5.0 or later runtime.
On Windows you can just execute the .exe, or you can open PowerShell in the directory and type dotnet Snake.dll
On Linux you can open up a terminal in the directory and type dotnet Snake.dll
.