Skip to content

LeNiglo/minesweeper_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published