mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
11 lines
474 B
Markdown
11 lines
474 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 conversion uses C#9 and is built for .net 5.0
|
|
|
|
Functional changes from Original
|
|
- handle edge condition for end game where the minimum draw amount is greater than the number of items remaining in the pile
|
|
- Takes into account the width of the console
|
|
- Mulilingual Support (English/French currently)
|