freeciv

freeciv 3.2.6

Multiplayer (or single player), turn-based strategy game

<rendered-html><p>Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization. The game commences in prehistory and your mission is to lead your tribe from the stone age to the space age…</p> </rendered-html>

https://freeciv.org/
GNU General Public License v2.0 or later
programs: freeciv-ruleup, freeciv-manual, freeciv-gtk3.22, freeciv-mp-gtk3, freeciv-server
Platforms (45)
x86_64-freebsdi686-netbsdmips64-linuxm68k-netbsdx86_64-redoxm68k-linuxs390-linuxx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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