New Aleph One scenario alephone-yuge

This commit is contained in:
Emery Hemingway 2023-05-22 18:02:59 +01:00
parent 1d73a58776
commit 9d2ed18ece
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{ 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/";
};
}

View File

@ -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 { };