KSudoku is a logic-based symbol placement puzzle. The player has to fill a grid so that each column, row as well as each square block on the game field contains only one instance of each symbol.
KSudoku is a logic-based symbol placement puzzle. The player has to fill a grid so that each column, row as well as each square block on the game field contains only one instance of each symbol.
To install ksudoku, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ksudoku
To see what files were installed by ksudoku, run:
port contents ksudoku
To later upgrade ksudoku, run:
sudo port selfupdate && sudo port upgrade ksudoku
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.