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)!