Files
basic-computer-games/30_Cube/csharp
2022-07-23 18:42:03 +10:00
..
2022-07-23 10:00:57 +10:00
2022-07-23 10:00:57 +10:00
2022-07-23 18:42:03 +10:00
2022-07-23 18:42:03 +10:00
2022-07-23 18:31:51 +10:00

Original source downloaded from Vintage Basic

Conversion to Microsoft C#

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 -d command-line switch will run the game with non-random mine locations.