Skip to content

A simple Minesweeper game made using C# and Windows Forms

Notifications You must be signed in to change notification settings

Zachary-Rude/MinesweeperSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinesweeperSharp

MinesweeperSharp is a simple Minesweeper game made using C# and Windows Forms.

How to Play

This game plays just like any other Minesweeper game. If you already know how to play other versions of Minesweeper, then you won't really need to read this section.

  • There are bombs hidden within the grid. Left-clicking on a tile will either give a number, a large empty area with numbers on the edges, or a bomb, and right-clicking will put a flag on that tile.
  • The numbers on certain squares indicate the number of mines adjacent to that tile.
  • This version of Minesweeper has a 15x15 grid, with a total of 30 bombs. A common strategy is to randomly click until you get a big opening with lots of numbers.
  • Flags are used to prevent a mine from exploding on the corresponding tile.
  • When you click on a mine, it's game over and you have to restart from the very beginning.

Installation Instructions

Simply download the zip file from the releases page, extract it, and launch MinesweeperSharp.exe!

Credits

This project uses emojis from Twemoji, which are licensed under the CC-BY 4.0.