GNU Chess is a chess-playing program. It can be used to play chess against the computer on a terminal or, more commonly, as a chess engine for graphical chess frontends such as XBoard.
GNU Chess is a chess-playing program. It can be used to play chess against the computer on a terminal or, more commonly, as a chess engine for graphical chess frontends such as XBoard.
To install gnuchess, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gnuchess
To see what files were installed by gnuchess, run:
port contents gnuchess
To later upgrade gnuchess, run:
sudo port selfupdate && sudo port upgrade gnuchess
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.