Skip to content

Commit

Permalink
Update BoardListener.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kek-Sec committed Feb 7, 2022
1 parent 1a1062c commit d342cd2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ public void mouseClicked(java.awt.event.MouseEvent e) {
}
// if square is not mine
game.revealAdjacentSquares(row, col, squares);
// pretty print squares
System.out.println(square.toString());

}
// if right click
Expand Down

0 comments on commit d342cd2

Please sign in to comment.