Skip to content

A minesweeper game based on Java Swing using MVC design.

Notifications You must be signed in to change notification settings

CroffZ/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

A minesweeper game based on Java Swing using MVC design.

How to run

cd Minesweeper
mvn install
cd target
java -jar Minesweeper.jar arg1 arg2 arg3
# arg1 = the width of the game board, default is 20
# arg2 = the height of the game board, default is 12
# arg3 = the number of the mines, default is 36

Examples

GameRunningExample

GameWinExample

GameLostExample

About

A minesweeper game based on Java Swing using MVC design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages