Minesweeper game with full functionality built in C++ using Qt class interface
In order to run the game,
- Ensure Qt is installed
- Download project files
- Navigate to folder and generate makefiles using "qmake assignment1.pro"
- Run make to build the project
- Run the generated executable and have fun!
The game includes all the functionality of Minesweeper including flagging and marking squares as "?".
Above shows the game in action
