Skip to content

arescentral/antares

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a63a413 · Dec 9, 2024
Nov 20, 2024
Nov 20, 2024
Aug 15, 2023
Nov 29, 2023
Jul 31, 2023
Nov 20, 2024
Dec 5, 2024
Jan 19, 2017
Dec 9, 2024
Dec 9, 2024
Dec 5, 2024
Nov 13, 2024
May 6, 2018
Feb 16, 2022
Feb 16, 2022
Nov 1, 2011
Jan 18, 2018
Jun 6, 2020
Nov 24, 2024
Oct 4, 2011
Oct 4, 2011
Oct 4, 2011
Nov 20, 2024
Aug 9, 2024
May 7, 2022
Feb 16, 2022

Repository files navigation

Antares

https://github.com/arescentral/antares/actions/workflows/ci.yaml/badge.svg?branch=master

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

Links