An open API service indexing awesome lists of open source software.

https://github.com/llamzonamazon/minesweeper

A depiction of the 90's game Minesweeper. Made with C++ using a Qt framework.
https://github.com/llamzonamazon/minesweeper

cpp qt6

Last synced: about 2 months ago
JSON representation

A depiction of the 90's game Minesweeper. Made with C++ using a Qt framework.

Awesome Lists containing this project

README

          

# Welcome to my Minesweeper Game!

To Do:
- Make standalone macOS and Windows builds

The game is pretty much done. This was my first project with C++ and I really liked the flexibility Qt offers. All that's left to do now is make Mac and Windows builds so you can run my game on your computer!

Most of the game logic is in mainwindow.cpp and tile.cpp.