Skip to content

Simple minesweeper developed using Swing framework.

License

Notifications You must be signed in to change notification settings

vincenzocorso/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Simple minesweeper developed in a few of days to practise with the Swing framework.

💡 Features

  • Three difficulty level (beginner, intermediate and expert)
  • Game timer (it can be disabled from settings)
  • You can place flags to highlight mines

🖼️ Screenshot

🕹️ Keys

Press the left mouse button to reveal a cell.

Press the right mouse button to place a flag.

💻 How to compile this project

From the root folder:

javac -d ./ src/util/*.java
javac -d ./ src/model/*.java
javac -d ./ src/view/*.java
javac -d ./ src/controller/*.java
javac Main.java

At the end, run Main.java

📃 License

Distributed under the MIT License. See here for more information.

About

Simple minesweeper developed using Swing framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages