Skip to content

Replica of the classic Microsoft original game written in Java

License

Notifications You must be signed in to change notification settings

null93/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Replica of the classic Microsoft original game written in Java

MIT License Version 1.0.0 Stability Stable Travis CI

About

Minesweeper is game originally developed my Microsoft. The objective of the game is to find the empty squares while avoiding the mines. The faster you clear the board, the better your score. The rules in Minesweeper are simple: Uncover a mine and the game ends, uncover an empty square and you keep playing, uncover a number and it tells you how many mines lay hidden in the eight surrounding squares - information you use to deduce which nearby squares are safe to click. Right click to flag a potential mine or set a question mark. Press the smiley to reset.

Authors

This project was created by Rafael Grigorian and Marek Rybakiewicz. It was originally assigned for Project #02 for the class CS342 (Software Design) at the University of Illinois at Chicago.

Building & Executing

Maven is used as the build system for this project. In order to build the source files, package them into a jar file, and preform unit testing, run mvn package. In order to skip unit testing, simply run mvn package -DskipTests. In order to launch Minesweeper, run java -cp target/minesweeper-1.0.0.jar com.minesweeper.MineSweeper.

About

Replica of the classic Microsoft original game written in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages