Skip to content

teaganstewart/text-based-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About the code

This is a text-based implementation of the classic game 'Minesweeper'. When run properly the code should
display the rules and objective of Minesweeper, along with how to play my version. It will continually
prompt you to enter moves till you either win or lose.

Running the code

Code can be run using command line. All you need is a valid JDK, in my case JDK 11.

  • First navigate to the src file
  • Type the following commands into command line:
    $ javac Game.java
    $ java Game

About

Text-based implementation of the class game 'Minesweeper'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages