An open API service indexing awesome lists of open source software.

https://github.com/rxn7/minesweeper

Minesweeper game written in C++ using SFML for rendering
https://github.com/rxn7/minesweeper

cpp game minesweeper sfml

Last synced: about 1 year ago
JSON representation

Minesweeper game written in C++ using SFML for rendering

Awesome Lists containing this project

README

          

# Minesweeper
![ss1](.github/ss1.png)
![ss2](.github/ss2.png)

# Building
Run `./conf.sh` first to configure cmake.
Then run `./run.sh ` to compile and run the project.

# Usage
You can run the project with following flags:
- `-w ` - set the width of grid (`-w 30` is the default.)
- `-h ` - set the width of grid (`-h 16` is the default.)
- `-m ` - set the amount of mines on the grid (`-m 99` is the default.)

# Credits
[@DrErizo](https://www.github.com/drerizo) helped me with audio and textures :thumbsup: