Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 278 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 278 Bytes

AI Minesweeper

An AI which can play minesweeper. This project is based off a problem from CS50's CS50AI.

Run Locally

Clone the project, then install pygame

  pip3 install -r requirements.txt

Run runner.py to begin the game

  python runner.py