You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# Minesweeper Game in Java
2
+
2
3
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.
3
4
5
+
Code explanation: [Minesweeper in Java](https://iq.opengenus.org/minesweeper-game-in-java/)
@@ -16,4 +23,4 @@ The repository contains two code files:
16
23
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.
17
24
18
25
## 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