Vectoroids is a vector-based rock-shooting game similar to the arcade classic Asteroids. It is an SDL game based on the source for Agendaroids, an X-Window game written for the Agenda VR3 Linux-based PDA written by the same author.
Vectoroids is a vector-based rock-shooting game similar to the arcade classic Asteroids. It is an SDL game based on the source for Agendaroids, an X-Window game written for the Agenda VR3 Linux-based PDA written by the same author.
To install vectoroids, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vectoroids
To see what files were installed by vectoroids, run:
port contents vectoroids
To later upgrade vectoroids, run:
sudo port selfupdate && sudo port upgrade vectoroids
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.