Skip to content

arescentral/antares

Repository files navigation

Antares

  • Download Antares 0.9.1 for Mac OS X 10.7+_.
  • Install Antares 0.9.1 for Ubuntu_.
  • Download the Antares 0.9.1 sources_.

image

Antares is based on Ares, a game developed by Nathan Lamont, and released for the classic Mac OS in 1998. After a re-release by Ambrosia Software and a major expansion which added support for plug-ins, the game fell into obscurity, as it was not ported to Mac OS X. However, in 2008, the source code was released. Antares is a port of that code to modern systems.

There are several issues that need to be fixed before the 1.0 release; the issue tracker contains a list of them. After they are fixed, Antares will have feature parity with Ares in all respects except for multiplayer. The timeline for multiplayer is less certain.

Building Antares

The long version is here. The short version is:

$ ./configure
$ make

You may need to install some extra software first; the configure script will give you instructions if so.

Running Antares

The short version is:

$ make run

A launcher will appear, letting you choose a plugin to play. By default, the original Ares scenario will be listed. There aren’t any video settings; just resize or maximize the window and Antares will adapt to the new size.

On Linux, you can also install the game:

$ sudo make install

This will install the game to /usr/local/games/antares, by default.

On Mac, you can put the game anywhere you’d like:

$ mv out/cur/Antares.app /Applications