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.
9 lines
400 B
EmacsLisp
9 lines
400 B
EmacsLisp
;;; card-games-pkg.el --- Package metadata -*- no-byte-compile: t; -*-
|
|
(define-package "card-games" "1.0.60"
|
|
"Play card games in Emacs (console UNICODE and graphical SVG)."
|
|
'((emacs "26.1"))
|
|
:keywords '("games")
|
|
:url "https://code.bru.st/corwin/card-game.el"
|
|
:authors '(("Corwin Brust" . "corwin@bru.st"))
|
|
:maintainer '("Corwin Brust" . "corwin@bru.st"))
|
|
;;; card-games-pkg.el ends here
|