UNIX-hosted, curses-based clone of the nifty little Macintosh freeware game Galaxis. The code is POSIX-conforming and was written under Linux using the ncurses library; it should part readily to any System V. BSD sites using the inferior native BSD curses will lose some features (no color, nor arrow-key support).
UNIX-hosted, curses-based clone of the nifty little Macintosh freeware game Galaxis. The code is POSIX-conforming and was written under Linux using the ncurses library; it should part readily to any System V. BSD sites using the inferior native BSD curses will lose some features (no color, nor arrow-key support).
To install galaxis, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install galaxis
To see what files were installed by galaxis, run:
port contents galaxis
To later upgrade galaxis, run:
sudo port selfupdate && sudo port upgrade galaxis
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.