/SweepBot

A bot that will use random and predictive modeling to solve Minesweeper.

Primary LanguageC++

To do:

* Finish basic SFML interface
* Devise traversal method for board
* Use the following models to resolve unsolveable configurations:
	* random
	* exhaustive
	* numerical
* Add ML-based "player"