KReversi is a simple one player strategy game played against the computer.
KReversi is a simple one player strategy game played against the computer. If a player's piece is captured by an opposing player, that piece is turned over to reveal the color of that player. A winner is declared when one player has more pieces of his own color on the board and there are no more possible moves.
KReversi is a simple one player strategy game played against the computer. If a player's piece is captured by an opposing player, that piece is turned over to reveal the color of that player. A winner is declared when one player has more pieces of his own color on the board and there are no more possible moves.
To install kreversi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kreversi
To see what files were installed by kreversi, run:
port contents kreversi
To later upgrade kreversi, run:
sudo port selfupdate && sudo port upgrade kreversi
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.