Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 298 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 298 Bytes

Minesweeper

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.