Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 239 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 239 Bytes

Minesweeper

Classic Minesweeper game in Java.
This is the first practical mini-game in Java for refreshing concepts and algorithms.

You need to run 3 arguments as [rows, columns, mines], for example:
java Minesweeper 30 20 30