Skip to content

Minesweeper CMake-Qt Release version 1.0.0

Latest
Compare
Choose a tag to compare
@JeongHan-Bae JeongHan-Bae released this 26 Jan 20:10
· 5 commits to CMake-Qt since this release
a12210b

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:

  1. Download the release package from the CMake-Qt branch.
  2. Extract the contents of the downloaded package.
  3. Locate the MineSweeper.exe file in the extracted folder.
  4. 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.

🕹️ Let's go and enjoy the Minesweeper adventure! 🎮