mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
18 lines
499 B
Markdown
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
|
|
``` |