LeNiglo / minesweeper_cpp

Basic and Ugly Minesweeper done in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minesweeper_cpp

Basic and Ugly Minesweeper done in C++

Install

Just use the Makefile. It compiles on Linux and Mac OSX at the moment. $> make minesweeper; ./minesweeper SIZE_X SIZE_Y NB_MINES

You MUST provides parameters or it won't work at the moment.

Requirements

  • SFML 2.X
  • sftools
  • Boost (includes only)

How To Play

  • Left click to discover a Cell.
  • Right click on a Cell to Flag it (mark that there is a mine here).
  • Right click on a discovered Cell with enough Flags near to complete the block.
  • Use CTRL to have a better visibility of the blocks.
  • Press R to restart
  • ECHAP or CTRL + C to Quit.

Improvements

  • Win / Loose Display
  • Sprites for Mines and Flags
  • Timer
  • Display Header
  • Leaderboard
  • Default Parameters (easy / medium / advanced)
  • (?) Online leaderboard using Parse.com

Credits

About

Basic and Ugly Minesweeper done in C++

License:MIT License


Languages

Language:C++ 97.0%Language:Makefile 3.0%