ace-of-penguins

ace-of-penguins 1.4

Solitaire games in X11

<rendered-html><p>The Ace of Penguins is a set of Unix/X solitaire games based on the ones available for Windows(tm) but with a number of enhancements that my wife says make my versions better :-)</p> <p>The latest version includes clones of freecell, golf, mastermind, merlin, minesweeper, pegged, solitaire, taipei (with editor!), and thornq (by Martin Thornquist).</p> </rendered-html>

http://www.delorie.com/store/ace/
GNU General Public License v2.0 or later
programs: canfield, solitaire, mastermind, taipedit, pegged, spider, taipei, minesweeper, golf, penguins, freecell, merlin, thornq
Platforms (24)
armv7l-linuxriscv32-linuxmips64el-linuxloongarch64-linuxmipsel-linuxmips64-linuxarmv7a-linuxaarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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