Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 642 Bytes

File metadata and controls

18 lines (11 loc) · 642 Bytes

MineSweeper

It is a MineSweeper written in C# Windows Form Application.

Image Image

How to play

  1. Click a cell to open it.
  2. If the cell is mine the game is over.
  3. The first cell you click is guaranteed that it will not be a mine.
  4. You are given the information from the open cell, the number you see is the number of mine cell around the open cell.
  5. In order to win the game, you need to open all the cells that are not mine.

How to set up a project

  1. Just download a project, it is just a small program written in C# Windows Form.