Skip to content

izzykriz/Minesweeper-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Minesweeper-Java

Simple Minesweeper game programmed with Java to run in the command line.

To Play:

Run the following commands to compile and execute the game

javac Minesweeper/*.java
java Minesweeper/Minesweeper

Select your difficulty from 1-3

Repeat steps of either uncovering or flagging tiles, specified by the provided row and column until you reveal a mine or clear the board.

Minesweeper Rules

https://minesweepergame.com/strategy/how-to-play-minesweeper.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages