2026-06-23 19:34:36 -05:00
|
|
|
;;; card-games-pkg.el --- Package metadata -*- no-byte-compile: t; -*-
|
Add 16 games and known-games research; bump to 1.0.60
Console UNICODE games on the cg-core EIEIO engine, all ERT-tested (88/88):
- Tableau solitaire (cg-solitaire.el): Klondike, FreeCell, Spider, Yukon,
Canfield, Forty Thieves, Scorpion.
- Pile solitaire (cg-patience.el): Golf, TriPeaks, Pyramid.
- Trick-taking (cg-trick.el): Hearts, Spades, Whist, Oh Hell.
- Shedding/climbing: Crazy Eights (cg-eights.el), President (cg-president.el).
Wire all into the card-game chooser, Makefile, and README; add
known-games.org research collation; bump every file to 1.0.60.
2026-06-25 01:58:24 -05:00
|
|
|
(define-package "card-games" "1.0.60"
|
2026-06-23 19:34:36 -05:00
|
|
|
"Play card games in Emacs (console UNICODE and graphical SVG)."
|
|
|
|
|
'((emacs "26.1"))
|
|
|
|
|
:keywords '("games")
|
2026-06-23 21:56:31 -05:00
|
|
|
:url "https://code.bru.st/corwin/card-game.el"
|
2026-06-23 19:34:36 -05:00
|
|
|
:authors '(("Corwin Brust" . "corwin@bru.st"))
|
|
|
|
|
:maintainer '("Corwin Brust" . "corwin@bru.st"))
|
|
|
|
|
;;; card-games-pkg.el ends here
|