Skip to content

Instantly share code, notes, and snippets.

@nikonthethird
nikonthethird / Minesweeper.ps1
Last active April 5, 2024 14:55
PowerShell Minesweeper
#Requires -Version 5.1
Using Assembly PresentationCore
Using Assembly PresentationFramework
Using Assembly WindowsBase
Using Namespace System.Collections.Generic
Using Namespace System.Collections.ObjectModel
Using Namespace System.Globalization
Using Namespace System.Reflection
Using Namespace System.Windows