mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
Golf in C#. Source, plus 2 pre-compiled executables
This commit is contained in:
1142
39 Golf/csharp/Program.cs
Normal file
1142
39 Golf/csharp/Program.cs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user