Przeczytaj README w języku polskim!
Górka Mateusz
Use a program make
to compile the code.
By command: ./Minesweeper2.exe
or just click on the .exe
file. ;)
Running arguments to start game in console:
arg | help |
---|---|
-w <num> | width of board |
-h <num> | heigh of board |
-m <num> | number of mines |
-H | turn on hints in the game |
Exp.: ./Minesweeper2.exe -w 20 -h 15 -m 70
- First click is always safe!
- The game is finish when all no mine fields are uncovered.
- The game include possibility to turn on the hints that show up after 5 seconds without action.
To generate documentation use program doxygen.
You can use command make doxygen
in main project dir.
Link to generated documentation
Exception | Why? |
---|---|
Too much attempts to rand location of mines. | Rand a location of mines takes to long. |
ALLOC 001 | Unexpected Board::alloc() |
RESOURCES [...] | That kind of errors is is related to memory access and resources in exe file. |
- Language: C++
- OS: Windows 10
- Complicator: minGW
- GUI: SFML Library
See a file LICENSE.md.
No new long term idea.