Merge pull request #285 from bonthron/golf-csharp

Golf in C#
This commit is contained in:
Jeff Atwood
2021-04-25 21:59:15 -07:00
committed by GitHub
2 changed files with 1154 additions and 0 deletions

1142
39 Golf/csharp/Program.cs Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,15 @@
Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/games.html) Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/games.html)
Conversion to [Microsoft C#](https://docs.microsoft.com/en-us/dotnet/csharp/) Conversion to [Microsoft C#](https://docs.microsoft.com/en-us/dotnet/csharp/)
There are 2 compiled executables in the compiled/ directory (windows and linux) that you can play right away!
Program.cs contains the C# source code.
It has been written for .NET Core 3.1
The source code is well documented.