/minesweeper

Java-based minesweeper game

Primary LanguageJavaMIT LicenseMIT

Minesweeper

Written in Java, just having some fun. It's been forever since I've written Java code or done desktop-based UI stuff in Swing/AWT

Build Steps

  1. Clone the repo
  2. Open the repo in VS Code
  3. Install the default recommended Java extensions
  4. Run from VS Code

That's about it; doesn't work to include resources or other typical build steps, maybe we'll do that later.