It is a MineSweeper written in C# Windows Form Application.
- Click a cell to open it.
- If the cell is mine the game is over.
- The first cell you click is guaranteed that it will not be a mine.
- You are given the information from the open cell, the number you see is the number of mine cell around the open cell.
- In order to win the game, you need to open all the cells that are not mine.
- Just download a project, it is just a small program written in C# Windows Form.