Minesweeper CMake-Qt Release version 1.0.0 🚀
Overview
This release marks the c1.0.0
release of the Minesweeper game implemented using CMake and Qt.
Highlights
- Built with CMake: Utilizes CMake as the build system for configuring the project.
- Qt Integration: Integrates the Qt framework for developing the graphical user interface (GUI) of the Minesweeper game.
- Executable Included: Provides the
MineSweeper.exe
executable for running the Minesweeper game on Windows systems.
Usage
To run the Minesweeper game from the c1.0.0
release:
- Download the release package from the CMake-Qt branch.
- Extract the contents of the downloaded package.
- Locate the
MineSweeper.exe
file in the extracted folder. - Execute the
MineSweeper.exe
file to start the game.
🚀 Please Note: Ensure that all Qt tool directories are in the PC's path variable, or place the executable into a folder containing all necessary Qt and C++ DLLs for successful game launch.
🛠️ Build It Yourself: For customization and preferences, we recommend building the project yourself using CMake. Explore the source code and tailor the game to your liking!
Additional Notes
- The Minesweeper game utilizes the Minesweeper Core Library (
lib1.0.0
) for its core logic. - Feel free to explore and modify the source code to customize the game according to your preferences.
License
This release of the Minesweeper CMake-Qt branch is licensed under the MIT License. See the LICENSE file for details.