Skip to content

KDevZilla/MineSweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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.