SCARE is a GPL C-based interpreter for ADRIFT games
SCARE is secondary clone of jAsea, Mark J. Tilford's Java GPL clone of the Adrift Runner. It aims to provide an ANSI/ISO C core Adrift interpreter, capable of running Adrift version 4.00, version 3.90, and version 3.80 games, and portable enough to run on Linux, Windows, DOS, Macintosh, Amiga, or any platform that offers an ANSI/ISO C compiler.
SCARE is secondary clone of jAsea, Mark J. Tilford's Java GPL clone of the Adrift Runner. It aims to provide an ANSI/ISO C core Adrift interpreter, capable of running Adrift version 4.00, version 3.90, and version 3.80 games, and portable enough to run on Linux, Windows, DOS, Macintosh, Amiga, or any platform that offers an ANSI/ISO C compiler.
To install scare, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install scare
To see what files were installed by scare, run:
port contents scare
To later upgrade scare, run:
sudo port selfupdate && sudo port upgrade scare
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.