Kigo is an open-source implementation of the popular Go game.
Kigo is an open-source implementation of the popular Go game. Go is a strategic board game for two players. The game is played by two players who alternately place black and white stones on the vacant intersections of a grid of 19x19 lines (9x9 or 13x13 for easier games).
Kigo is an open-source implementation of the popular Go game. Go is a strategic board game for two players. The game is played by two players who alternately place black and white stones on the vacant intersections of a grid of 19x19 lines (9x9 or 13x13 for easier games).
To install kigo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kigo
To see what files were installed by kigo, run:
port contents kigo
To later upgrade kigo, run:
sudo port selfupdate && sudo port upgrade kigo
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.