# Minesweeper_Qt-Cpp **Repository Path**: other_games/Minesweeper_Qt-Cpp ## Basic Information - **Project Name**: Minesweeper_Qt-Cpp - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-01 - **Last Updated**: 2025-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Minesweeper Qt/C++ Minesweeper rules are very simple. The board is divided into cells, with mines randomly distributed. To win, you need to open all the cells. Game is created by Qt/C++ ## Screenshots ![Image](https://user-images.githubusercontent.com/28188300/173228126-8c548a06-ed3f-4b47-9ca7-513ce0b126d9.png) ![Image](https://user-images.githubusercontent.com/28188300/173228128-266da8bb-979f-465f-b9d5-329a3d7ab576.png) ![Image](https://user-images.githubusercontent.com/28188300/173228129-f11c90aa-82de-4aff-99be-3a034c6ae5f3.png) ### Installing A step by step series that tell you how to get a execute project. Get it from GitHub ``` git clone git@github.com:Przemekkkth/Minesweeper_Qt-Cpp.git ``` Compile ``` qmake && make ``` ## Addons * [Qt](https://www.qt.io/) - Cross-Platform software for embedded & desktop * [Video](https://youtu.be/B8lmjbBFSVU) - gameplay * [Play online](https://przemekkkth.github.io/assets/games/minesweeper/index.html) - game hosted on GitHub