8000 GitHub - heykinchan/minesweeper: This is a Minesweeper game for fun, implemented using Java with Gradle and Processing library.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

heykinchan/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mine Sweeper Game

This is a Minesweeper game for fun, implemented using Java with Gradle and Processing library.

Screencap of the Game

screencap


🚀 Set-up of the Program

Prerequisites

Running the Game

To run with Gradle:

gradle run

🎮 Controls

  • Left Click: Reveal tile
  • Right Click: Flag/unflag tile

🧪 Development Notes

  • The App.java handles initialisation, user input, game loop, and rendering.
  • The game uses a 2D array of Tile objects for board logic.
  • Mine count and colour configurations are stored in mineCountColour.

Enjoy playing this version of Minesweeper!

About

This is a Minesweeper game for fun, implemented using Java with Gradle and Processing library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0