KMines is the classic Minesweeper game. The idea is to uncover all the squares without blowing up any mines. When a mine is blown up, the game is over.
KMines is the classic Minesweeper game. The idea is to uncover all the squares without blowing up any mines. When a mine is blown up, the game is over.
To install kmines, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kmines
To see what files were installed by kmines, run:
port contents kmines
To later upgrade kmines, run:
sudo port selfupdate && sudo port upgrade kmines
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.