u/jbMVS
Fun
I made a Minesweeper clone in PowerShell.
(reddit.com)
I've been experimenting with different GUI elements for scripts at work, and went down a rabbit hole
By: u/jbMVS submitted:Feb 3 2023
I've been experimenting with different GUI elements for scripts at work, and went down a rabbit hole
making a Minesweeper clone, called Buttonsweeper. I used System.Windows.Forms and System.Drawing for the GUI. The script will attempt to create a file called scores.csv in the same directory, and you will receive errors if one is unable to be created - though the game will still work.
By: u/jbMVS submitted:Feb 3 2023