Files
basic-computer-games/80_Slots/csharp/README.md
2022-01-02 15:55:47 -05:00

18 lines
499 B
Markdown

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
```