openttd
openttd 15.3
Open source clone of the Microprose game "Transport Tycoon Deluxe"
<rendered-html><p>OpenTTD is a transportation economics simulator. In single player mode, players control a transportation business, and use rail, road, sea, and air transport to move goods and people around the simulated world.</p> <p>In multiplayer networked mode, players may:</p> <ul> <li>play competitively as different businesses</li> <li>play cooperatively controlling the same business</li> <li>observe as spectators</li> </ul> </rendered-html>
https://www.openttd.org/GNU General Public License v2.0 only
main program: openttdprograms: openttd
Platforms (24)
aarch64-linuxpowerpc-linuxarc-linuxmips64-linuxpowerpc64le-linuxs390-linuxs390x-linuxm68k-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ openttd ];
Ad-hoc shell
nix-shell -p openttd
Flake (nix run)
nix run nixpkgs#openttd