Skip to content

A simple program that lets you play the popular game "Minesweeper" straight from you command line!

License

Notifications You must be signed in to change notification settings

RealA10N/JavaCmdMinesweeper

Repository files navigation

Java CMD Minesweeper

A simple program that lets you play the popular game "Minesweeper" straight from you command line! Just run the game.java file, or import the Minesweeper.java file, create an object and use the method play() to play!

Example

It's that simple:

import Minesweeper;
[...]
int board_size = 20;
new Minesweeper(board_size).play();

Enjoy! (;

About

A simple program that lets you play the popular game "Minesweeper" straight from you command line!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages