Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is Minesweeper game #3203

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Games/Mine_Sweeper/Mine_Sweeper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions Games/Mine_Sweeper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Mine_Sweeper
---
<br>

## **Description ๐Ÿ“ƒ**
Minesweeper is a game where mines are hidden in a grid of squares. Safe squares have numbers telling you how many mines touch the square.
-

## **functionalities ๐ŸŽฎ**
Minesweeper is single-player logic-based computer game played on rectangular board whose object is to locate a predetermined number of randomly-placed "mines" in the shortest possible time by clicking on "safe" squares while avoiding the squares with mines.
-
<br>

## **How to play? ๐Ÿ•น๏ธ**
->Objective:
Uncover all the squares on the grid that do not contain mines without detonating any mines.

->Steps:

(1)Start the Game: Click on any square on the grid to begin.

(2)Interpreting Squares:

Blank Space: No mines adjacent.
Number: Indicates the number of neighboring mines.

(3)Using Numbers:

Strategically deduce mine locations using neighboring numbers.
Right-click to mark squares suspected to contain mines.

(4)Uncover Safely:

Continue uncovering squares and marking mines until all safe squares are revealed.
Avoid clicking on squares containing mines to prevent game over.

(5)Winning and Losing:

Win by uncovering all safe squares without detonating any mines.
Lose if a square containing a mine is uncovered.

->Tips:

Practice and strategic thinking are key to mastering Minesweeper.
Start with easier difficulty levels and progress to more challenging ones.
Enjoy the game and learn from each playthrough!

->Difficulty Levels:

Minesweeper offers various difficulty levels, from easy to expert.
Choose a level that suits your skill level and preferences.
Have Fun Playing!


<br>

## **Screenshots ๐Ÿ“ธ**

<br>

![image](Mine_Sweeper.png)

<br>

## **Working video ๐Ÿ“น**

Loading
Loading