Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 869 Bytes

Readme.md

File metadata and controls

23 lines (15 loc) · 869 Bytes

Minesweeper expert

Minesweeper expert group (MEG):

Minesweeper expert by MEG - expert system which solves the minesweeper game without earlier knowledge about the mines coordinates. In our solution we use the minesweeper created by Jared Rankin @bigbluecloud and Sebastian Schmidt @publicarray

To open the program open the Mine.java file. It is the main class for the program.

Requirements

  • SWI-Prolog 7.6.2 (or newer)
  • Java 1.8
  • JPL interface 7.4.0

Aim

Marking fields on minesweeper board which are safe to be clicked on or where is the sure mine. Safe moves are coloured by green and the mines by red.