Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 376 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 376 Bytes

Minesweeper

Minesweeper implemented in JAVA using SWING and AWT graphics libraries.

Usage:

$ java Minesweeper heightOfBoard widthOfBoard numberOfBombs

e.g.

$ java Minesweeper 10 10 5