Skip to content

Releases: ncercos/Minesweeper

Minesweeper v1.0.0

12 Sep 00:42
2eff753

Choose a tag to compare

Initial release of Minesweeper, a classic puzzle game built with Java featuring customizable grid sizes and interactive gameplay!
 

🚀 Features

  • Customizable grid size and bomb count for personalized difficulty
  • Color-coded numbers indicating nearby bombs for intuitive gameplay
  • Auto-reveal of adjacent empty cells for smoother experience
  • Random bomb distribution system ensuring fair game generation
     

📦 Downloads

  • Windows EXE: Minesweeper.exe

    • Easiest option for Windows users
  • Cross-platform JAR: Minesweeper.jar

    • Works on Windows, macOS, and Linux
    • Run with:
      java -jar Minesweeper.jar

 

⚠️ Requirements

  • Java Runtime Environment (JRE) 19+ must be installed to play.
     

📝 Notes

  • The .exe is just a wrapper around the .jar for easier launching on Windows.
  • For other platforms, use the .jar file.
  • Report bugs or suggestions under Issues.