Created C# slots.csx

This commit is contained in:
Andy Hardin
2022-01-02 15:55:47 -05:00
parent d02938cd91
commit edefbcea44
2 changed files with 205 additions and 0 deletions

View File

@@ -1,3 +1,18 @@
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/)
This C# implementation of slots was done using a [C# script](https://github.com/filipw/dotnet-script).
# Required
[.NET Core SDK (i.e., .NET 6.0)](https://dotnet.microsoft.com/en-us/download)
Install dotnet-script. On the command line run:
```
dotnet tool install -g dotnet-script
```
# Run
```
dotnet script .\slots.csx
```