Skip to content

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

Notifications You must be signed in to change notification settings

juanektbb/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages