Minesweeper in Java
- May 16, 2020
- ikamenov
Imagine that you are in the middle of a desert and you have to dig up a reservoir, but there are mines everywhere. You have to dig somewhere. Why not dig around the mines? Minesweeper was a game that was first released on Windows. I made a version of it programmed in Java, with custom widths, and heights ranging from 1 to infinity. and mines ranging from 0 to length * width. Controls Left click - …