Skip to content
This repository was archived by the owner on Jan 3, 2020. It is now read-only.

Latest commit

 

History

58 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

My hobby implementation of Minesweeper using Qt.

Description

This is a simple implementation of Minesweeper. Currently, I test only on Arch Linux, i3-WM, clang and libc++.

Requirement

  • Qt 5
  • clang (maybe work on others)
  • libc++ (maybe work on others)

Build

$ cd /path/to/repository
$ mkdir build
$ cd build
$ qmake .. -spec linux-clang
$ make

Usage

Run Minesweeper, choose difficulty, and then enjoy! Left click is open. Right click is Flag. Middle click or Double click is automatically open if enough cells are flagged.

License

MIT

About

My hobby implementation of Minesweeper using Qt

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages