endless-sky

endless-sky 0.11.2

Sandbox-style space exploration game similar to Elite, Escape Velocity, or Star Control

<rendered-html><p>Endless Sky is a sandbox-style space exploration game. You start as the captain of a tiny spaceship and can choose what to do from there. The game includes a major plot line and many minor missions, but you can play as a merchant, bounty hunter, or explorer entirely at your own discretion. Trade goods between star systems, upgrade your ship, recruit a fleet, and uncover alien civilisations beyond the boundaries of human space.</p> </rendered-html>

https://endless-sky.github.io/
GNU General Public License v3.0 or laterCreative Commons Attribution Share Alike 3.0Creative Commons Attribution Share Alike 4.0Public Domain
main program: endless-skyprograms: endless-sky
Platforms (79)
m68k-linuxarmv7l-linuxmipsel-linuxaarch64-windowsaarch64-freebsdpowerpc-linuxpowerpcle-nonemips-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  endless-sky
];
Ad-hoc shell
nix-shell -p endless-sky
Flake (nix run)
nix run nixpkgs#endless-sky