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.
- Host: GitHub
- URL: https://github.com/llamzonamazon/minesweeper
- Owner: LlamzonAmazon
- Created: 2025-01-19T22:36:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-07T00:42:44.000Z (over 1 year ago)
- Last Synced: 2025-03-25T14:28:11.419Z (about 1 year ago)
- Topics: cpp, qt6
- Language: C++
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.