{"id":19321409,"url":"https://github.com/arescentral/antares-deb","last_synced_at":"2026-05-17T10:36:39.762Z","repository":{"id":142439004,"uuid":"79505463","full_name":"arescentral/antares-deb","owner":"arescentral","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-15T18:58:56.000Z","size":17250,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T05:29:37.728Z","etag":null,"topics":["antares","debian"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arescentral.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-19T23:28:02.000Z","updated_at":"2018-10-15T18:58:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ae0f138-f228-4b67-91d4-9290b1b92b87","html_url":"https://github.com/arescentral/antares-deb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arescentral/antares-deb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arescentral%2Fantares-deb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arescentral%2Fantares-deb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arescentral%2Fantares-deb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arescentral%2Fantares-deb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arescentral","download_url":"https://codeload.github.com/arescentral/antares-deb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arescentral%2Fantares-deb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33135105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antares","debian"],"created_at":"2024-11-10T01:37:03.169Z","updated_at":"2026-05-17T10:36:39.748Z","avatar_url":"https://github.com/arescentral.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Antares\n=======\n\nDownload: `Antares 0.9.0 for Mac OS X`_\n\n..  _Antares 0.9.0 for Mac OS X: http://downloads.arescentral.org/Antares/Antares-0.9.0.zip\n\n..  image:: https://travis-ci.org/arescentral/antares.svg?branch=master\n    :target: https://travis-ci.org/arescentral/antares\n\nAntares is based on Ares_, a game developed by `Nathan Lamont`_, and\nreleased for the classic Mac OS in 1996. After a re-release by `Ambrosia\nSoftware`_ and a major expansion which added support for plug-ins, the\ngame fell into obscurity, as it was not ported to Mac OS X. However, in\n2008, the source code was released. Antares is a port of that code to\nmodern systems.\n\nThere are several issues that need to be fixed before the 1.0 release;\nthe issue tracker contains a `list of them`_. After they are fixed,\nAntares will have feature parity with Ares in all respects except for\nmultiplayer. The timeline for multiplayer is less certain.\n\n..  _Ares: https://en.wikipedia.org/wiki/Ares_(computer_game)\n..  _Nathan Lamont: http://biggerplanet.com/\n..  _Ambrosia Software: https://www.ambrosiasw.com/\n..  _list of them: https://github.com/arescentral/antares/issues?q=is%3Aissue+is%3Aopen+-milestone%3ALater+\n\nBuilding Antares\n----------------\n\n`The long version is here`_. The short version is::\n\n    $ ./configure\n    $ make\n\nYou may need to install some extra software first; the configure script\nwill give you instructions if so.\n\n..  _the long version is here: https://arescentral.org/antares/contributing/building/\n\nRunning Antares\n---------------\n\nThe short version is::\n\n    $ make run\n\nA launcher will appear, letting you choose a plugin to play. By default,\nthe original Ares scenario will be listed. There aren’t any video\nsettings; just resize or maximize the window and Antares will adapt to\nthe new size.\n\nOn Linux, you can also install the game::\n\n    $ sudo make install\n\nThis will install the game to /usr/local/games/antares, by default.\n\nOn Mac, you can put the game anywhere you’d like::\n\n    $ mv out/cur/Antares.app /Applications\n\nLinks\n-----\n\n*   `Antares website`_\n\n    *   `Contributing to Antares`_\n\n*   `Announcements mailing list`_\n*   `Development mailing list`_\n\n*   `Ares Forums`_\n\n..  _Antares website: https://arescentral.org/antares/\n..  _Contributing to Antares: https://arescentral.org/antares/contributing/\n..  _Announcements mailing list: https://groups.google.com/a/arescentral.org/group/antares-announce\n..  _Development mailing list: https://groups.google.com/a/arescentral.org/group/antares-dev\n..  _Ares Forums: https://www.ambrosiasw.com/forums/index.php?showforum=88\n\n..  -*- tab-width: 4; fill-column: 72 -*-\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farescentral%2Fantares-deb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farescentral%2Fantares-deb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farescentral%2Fantares-deb/lists"}