JavaSweeper - A MineSweeper Solver implemented in Java

Written by Josh Stutter propagationofsound@gmail.com


About JavaSweeper

JavaSweeper is a program that is designed to intelligently solve any minesweeper puzzle with guessing only as a last resort. The aim is to create the best Minesweeper solver. This will be by implementing algorithms such as single-square analysis, multiple-square analysis, constraint analysis, multiple square analysis and mine probability to solve minesweeper puzzles quickly and efficiently

Download JavaSweeper

Currently, the only way to download JavaSweeper is through the sourceforge CVS

Licensing

JavaSweeper is licensed under GPL

Timeline

17/12/2009 - This webpage created

16/12/2009 - The JavaSweeper Project is created on sourceforge

??/09/2009 - The JavaSweeper Project is started