/minesweeper_C_plus_plus

A simple minesweeper game in C++

Primary LanguageC++

minesweeper_C_plus_plus

              __________________________________________________
            /                                                    \
           |    _____________________________________________     |
           |   |                                             |    |
           |   |               MINESWEEPER GAME              |    |
           |   |                                             |    |
           |   |                   ON                        |    |
           |   |                                             |    |
           |   |                   C++                       |    |
           |   |                                             |    |
           |   |                                             |    |
           |   |                                             |    |
           |   |                                             |    |
           |   |                                             |    |
           |   |                                             |    |
           |   |                KSHITIJ SUBEDI               |    |
           |   |_____________________________________________|    |
           |                                                      |
            \_____________________________________________________/
                    \_______________________________________/
                 _______________________________________________
              _-'    .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.  --- `-_
           _-'.-.-. .---.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.--.  .-.-.`-_
        _-'.-.-.-. .---.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-`__`. .-.-.-.`-_
     _-'.-.-.-.-. .-----.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-----. .-.-.-.-.`-_
   _-'.-.-.-.-.-. .---.-. .-----------------------------. .-.---. .---.-.-.-.`-_
   :-----------------------------------------------------------------------------:
  `---._.-----------------------------------------------------------------._.---'

Well this is a simple minesweeper game as u can guess from title, built on c++. This game was built using simple and default libraries not extra header files .

Used only the basic concept of arrays to made this even kid can understand this code ;)