Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 510 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 510 Bytes

AI to play Minesweeper game.

There are two main files in this project: runner.py and minesweeper.py. minesweeper.py contains all of the logic the game itself and for the AI to play the game. runner.py contains all of the code to run the graphical interface for the game. you should be able to run python runner.py to play Minesweeper (or let your AI play for you)!

image