main.py
- The primary file for the project. Make sure you run this file for the desired output.
gui.py
- Code to generate the maze and take input from the user (front end).
find_neighbours.py
- Code to find neighbouring cells and return them as a list.
minesweeper.py
- Code to sequentially decide what cells to check, and use the resulting information to direct future action.
Programming Language: Python 3
Requirements: tkinter, numpy