ctetris is a beautiful tetris clone, written in C using the ncurses library. It works very fast and efficiently, so it should be possible to play it even over a slow remote terminal.
ctetris is a beautiful tetris clone, written in C using the ncurses library. It works very fast and efficiently, so it should be possible to play it even over a slow remote terminal.
To install ctris, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ctris
To see what files were installed by ctris, run:
port contents ctris
To later upgrade ctris, run:
sudo port selfupdate && sudo port upgrade ctris
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.