bckhm / MinesweeperAI

Created as part of CS50 AI's coursework. This AI makes use of knowledge entailment to calculate the best probabilities to win Minesweeper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

instructions

  1. Run runner.py
  2. Press 'Play Game'
  3. 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

About

Created as part of CS50 AI's coursework. This AI makes use of knowledge entailment to calculate the best probabilities to win Minesweeper.

License:MIT License


Languages

Language:Python 100.0%