This project implements a minesweeper AI bot that plays always optimally. Builds propositions of the information that is given, and makes inferences from them.
- Install requirements:
pip install -r requirements.txt
- Start playing with
python runner.py