All Projects β†’ arescentral β†’ antares

arescentral / antares

Licence: LGPL-3.0, GPL-3.0 licenses found Licenses found LGPL-3.0 COPYING.LESSER GPL-3.0 COPYING
A tactical space combat game

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects
GLSL
2045 projects

Projects that are alternatives of or similar to antares

api
Open Source API for Launched Spacecrafts & Rockets data of ISROπŸš€
Stars: ✭ 62 (-22.5%)
Mutual labels:  space
pyspedas
Python-based Space Physics Environment Data Analysis Software
Stars: ✭ 90 (+12.5%)
Mutual labels:  space
cas
Cellular Automata Simulator
Stars: ✭ 22 (-72.5%)
Mutual labels:  space
rust-spice
WOW! The complete NASA/NAIF Spice toolkit is actually usable on Rust
Stars: ✭ 31 (-61.25%)
Mutual labels:  space
AstroAdventures-Android
A mini-game for Android like Space Invaders, where the entire game engine has been written from scratch, in Kotlin. And every visual asset in the game is drawn with code, using Android Custom Views.
Stars: ✭ 50 (-37.5%)
Mutual labels:  space
antares
A modern, fast and productivity driven SQL client with a focus in UX.
Stars: ✭ 836 (+945%)
Mutual labels:  antares
TerraGov-Marine-Corps
TGMC: TerraGov Marine Corps, a SS13 mod
Stars: ✭ 109 (+36.25%)
Mutual labels:  space
Orekit
OREKIT is a free low level space dynamics library written in Java. Please visit our Gitlab instance for issues and contributions: https://gitlab.orekit.org
Stars: ✭ 110 (+37.5%)
Mutual labels:  space
public regulated data types
Regulated DSDL definitions for Cyphal (standard and third-party)
Stars: ✭ 62 (-22.5%)
Mutual labels:  space
trusat-frontend
The React codebase for space-sustainability tool TruSat
Stars: ✭ 31 (-61.25%)
Mutual labels:  space
apod chrome extension
Astronomy Picture of the Day (APOD) Chrome Extension for the new tab screen
Stars: ✭ 16 (-80%)
Mutual labels:  space
keeptrack.space
πŸŒŽπŸ“‘ TypeScript Astrodynamics Software for Non-Engineers. 3D Visualization of satellite data and the sensors that track them.
Stars: ✭ 61 (-23.75%)
Mutual labels:  space
spacehunter
❀🍳 Space Hunter is a PWA (Progressive Web App) in which the user can have access to information regarding the universe.
Stars: ✭ 15 (-81.25%)
Mutual labels:  space
SimpleKeplerOrbits
Unity3d static 2-body orbits simulation
Stars: ✭ 76 (-5%)
Mutual labels:  space
perseverance-parachute-generator
Generate your own Perseverance parachute-style secret codes!
Stars: ✭ 17 (-78.75%)
Mutual labels:  space
8 bit hubble
Generate random pixel art galaxies! In honor of Hubble Space Telescope, SNES videogames and Bob Ross
Stars: ✭ 59 (-26.25%)
Mutual labels:  space
NASSP
Project Apollo - NASSP
Stars: ✭ 110 (+37.5%)
Mutual labels:  space
Moonwards-Virtual-Moon
Development continues on Unreal, in the MoonwardsUE repository
Stars: ✭ 97 (+21.25%)
Mutual labels:  space
Nasa-And-Spacex-Cooperation
Theme Outer Space
Stars: ✭ 41 (-48.75%)
Mutual labels:  space
beyond
Flight Dynamic Library
Stars: ✭ 39 (-51.25%)
Mutual labels:  space

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].