| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The program is a clone of the famous game Minesweeper. In order to compile it, just clone the repository and then compile it with the following command:
g++ [-g] [-D DEBUG] -std=c++17 -o minesweeper src/* -lsfml-graphics -lsfml-window -lsfml-system
The code is licensed under the GPLv3 license, a copy of which has been provided in the file COPYING
| Back | FazBrowse Home | New Git URL |