Skip to content

This is Minesweeper games build with java language.

Notifications You must be signed in to change notification settings

PKGzGMTH/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper (Java project)

This is Minesweeper Build with Java. It's might not fit with your screen. sorry :v

You can play this game with 3 difficulty level.

  • easy (map size 14x10 and 10 bombs)
  • medium (map size 20x16 and 24 bombs)
  • hard (map size 30x16 and 52 bombs)

Build project

  • before you build project make sure you have no Minesweeper.jar file in root directory.

go to root directory of this project and enter this command

javac -d classes .\srcs\Main.java .\srcs\ui\*; cd classes;
jar -cfe Minesweeper.jar Main .\Main.class .\ui\*.class;
cd ..; mv classes\Minesweeper.jar .

the output file (Minesweeper.jar) will appear in root directory

Run project

go to root directory of this project and enter this command

java -jar Minesweeper.jar

GLFH!

About

This is Minesweeper games build with java language.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages