A minesweeper game modeled in C# with a Windows Forms GUI. This was an assignment from my class in C#. The main requirement was to follow the MVC design pattern, so there is a MinesweeperModel.cs file, which is the model, and a MinesweeperForm.cs file, which is the View/Controller.