Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
/ mine-sweeper Public archive

🚩🚧💣A simple game powered by Qt and C++. Just for experiment and fun.

License

Notifications You must be signed in to change notification settings

reonokiy/mine-sweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MineSweeper

This is the First Project @Zenossss and I make with Qt and C++ while learning them. There are many mistakes and shortages. But don't care about it, it is just for fun… and the C++ experiment.

image-20211106111242580

Environment

  • Qt 6.2
  • Visual Studio 2019

Usage

Before compiling this project, make sure you have configured the environment.

  • if you use Qt Creater, you can clone this repository, open CMakeLists.txt and compile.

  • You can also use command line to compile this project, but make sure you have add Qt to Path.

    git clone https://github.com/sperjar/MineSweeper.git
    cd MineSweeper
    mkdir build
    cd build
    cmake ..
    make

    For Advanced tutorials, you can visit Qt, CMake and Make.

PS: If you want to enable qDebug output, please comment out this line add_definitions(-DQT_NO_WARNING_OUTPUT -DQT_NO_DEBUG_OUTPUT) in CMakeLists.txt.


Reference

  1. https://blog.csdn.net/livingsu/article/details/104774193
  2. https://blog.csdn.net/u012234115/article/details/51858544
  3. http://c.biancheng.net/qt/
  4. https://www.devbean.net/2012/08/qt-study-road-2-catelog/
  5. xiaoxi666/mines_sweeper: 开源项目:扫雷(Qt开发) (github.com)
  6. livingsu/Qt-minesweeper (github.com)

About

🚩🚧💣A simple game powered by Qt and C++. Just for experiment and fun.

Topics

Resources

License

Stars

Watchers

Forks