Minesweeper-AI
Created as part of CS50 AI's coursework. This AI makes use of knowledge entailment to calculate the best probabilities to win Minesweeper.
Requirements
• Python 3.9
• pygame
Simple step-by-step tutorial
- Run runner.py
- Press 'Play Game'
- Click on 'AI Move' and let the AI do the work :)
Credits
All credits due to the Harvard CS50 team for their work on the game files