Skip to content

rxn7/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

ss1 ss2

Building

Run ./conf.sh first to configure cmake.
Then run ./run.sh <optional flags> to compile and run the project.

Usage

You can run the project with following flags:

  • -w <width> - set the width of grid (-w 30 is the default.)
  • -h <height> - set the width of grid (-h 16 is the default.)
  • -m <mine count> - set the amount of mines on the grid (-m 99 is the default.)

Credits

@DrErizo helped me with audio and textures 👍

About

Minesweeper game written in C++ using SFML for rendering

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors