top of page
Description

It started as a Course Assignment and then turned into a passion project. For my course work I was told to implement algorithm for Minesweeper in the framework provided to us. Soon after, I wanted to implement it such that we could sit back and relax and let the AI solve the whole game by clicking by itself.

I wrote the code both in Python and C++ to compare how fast C++ can solve in comparison to Python.

The program took 26 seconds and beat the all time high record on http://minesweeperonline.com/. Though the scores have been removed now, You can have a look at my Git repository and use the Executable on your own PC to test the AI.

bottom of page