Commit 9d2ed18e authored by Emery Hemingway's avatar Emery Hemingway
Browse files

New Aleph One scenario alephone-yuge

parent 1d73a587
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
{ alephone, fetchurl }:

alephone.makeWrapper rec {
  pname = "yuge";
  version = "0";
  desktopName = "Marathon-Yuge";

  zip = fetchurl {
    url = "https://lochnits.com/marathon/yuge/files/Mararthon_Yuge.zip";
    sha256 = "sha256-dZHInYThB/4igpAXbUadXwPvh2Fl3XGZ4ficg7IEnNc=";
  };

  meta = {
    description =
      "30 level Marathon scenario, plus 225 secret levels for many extra hours of gameplay";
    homepage = "https://lochnits.com/marathon/yuge/";
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -36274,6 +36274,8 @@ with pkgs;
  alephone-rubicon-x = callPackage ../games/alephone/rubicon-x { };
  alephone-pathways-into-darkness =
    callPackage ../games/alephone/pathways-into-darkness { };
  alephone-yuge =
    callPackage ../games/alephone/yuge { };
  alienarena = callPackage ../games/alienarena { };