razafinarivohanania / deminer

Deminer game edited on Qt 5 library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

It's a game like deminer on windows operating system. The purpose is just training to develop small program with C++.

Screenshot

Only the basic algorithm is implemented which defines the rule game.

  • when a player clicks on square which contains mine, the player loses and the game is over;
  • in other case, if the player never touchs mine square and there is no free square, he or she wins

Feature

There is no many feature. However the player can specify the horizontal square and the same for the vertical. The size of both horizontal and vertical square is limited to 30.

Screenshot

About

Deminer game edited on Qt 5 library


Languages

Language:C++ 98.8%Language:QMake 1.2%