Skip to content

Commit 7e4092b

Browse files
authored
Update README.md
1 parent d347f93 commit 7e4092b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Minesweeper Game in Java
2+
23
This repository contains the source code for a Minesweeper game in Java. The game is a classic puzzle game in which the player must uncover all cells that do not contain mines, while avoiding those that do. The game is implemented using the Java Swing framework for GUI.
34

5+
Code explanation: [Minesweeper in Java](https://iq.opengenus.org/minesweeper-game-in-java/)
6+
7+
![image](https://user-images.githubusercontent.com/10634210/220704905-f2d4c488-7f0a-4a31-85e3-d4f2c93aa3ee.png)
8+
9+
![image](https://user-images.githubusercontent.com/10634210/220705721-a42bab83-b61f-47c0-a9e4-c1868f248dff.png)
10+
411
## Code Structure
512
The repository contains two code files:
613

@@ -16,4 +23,4 @@ The repository contains two code files:
1623
5. The goal of the game is to uncover all cells that do not contain mines. If all 90 cells are uncovered, the player wins the game.
1724

1825
## Conclusion
19-
This Minesweeper game in Java is a fun and educational project for anyone interested in learning Java and game development. The project demonstrates the basics of GUI development in Java and the implementation of game logic.
26+
This Minesweeper game in Java is a fun and educational project for anyone interested in learning Java and game development. The project demonstrates the basics of GUI development in Java and the implementation of game logic.

0 commit comments

Comments
 (0)