mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 15:37:51 -08:00
13 lines
574 B
Markdown
13 lines
574 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/)
|
|
|
|
#### Execution
|
|
|
|
As noted in the main Readme file, the randomization code in the BASIC program has a switch (the variable `X`) that
|
|
allows the game to be run in a deterministic (non-random) mode.
|
|
|
|
Running the C# port without command-line parameters will play the game with random mine locations.
|
|
|
|
Running the port with a `--non-random` command-line switch will run the game with non-random mine locations.
|