Skip to content

This project was done with C# Windows Form Application. It has 3 levels that easy, middle, and hard.

Notifications You must be signed in to change notification settings

sumeyyenurozgenc/Minesweeper-WindowsFormApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

C# Minesweeper FormApp with FlowLayoutPanel

Firstly, you will see like that screen. You need to choose a radiobutton that includes Easy which includes 10 mines, Middle which includes 25 mines and Hard which includes 40 mines.

first

Secondly, when you choose one of them, click the Play button and you will see fields that are buttons and you will see how much mines it contains on the label.

Ex1

Thirdly, when you play the game, it will take number that from 1 to mines number every click. If you find the mine, the game will stop and you will see every mines.

mid

Easy Mode

easy

Hard Mode

hard

Note: Every explanations are in the code.

About

This project was done with C# Windows Form Application. It has 3 levels that easy, middle, and hard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages