_20kly

20kly 1.5.2

Steampunk-themed strategy game where you have to manage a steam supply network

http://jwhitham.org.uk/20kly/
GNU General Public License v2.0 only
main program: lightyearsprograms: lightyears
Platforms (32)
microblazeel-linuxaarch64-freebsdmips64-linuxpowerpc64-linuxarc-linuxs390-linuxarmv6l-linuxriscv32-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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