2026-06-23 19:34:36 -05:00
|
|
|
;;; card-games-pkg.el --- Package metadata -*- no-byte-compile: t; -*-
|
Cut 1.0.90 pretest: 500 mouse UX, version bump, NEWS, docs
Full-SVG 500 made mouse-operable for newcomers: kitty Discard button and
five-card cap, on-table phase banner, ? Help/Rules overlay with the bid
legend, legal-play dimming, card-size slider, and a layout pass that
moves the Help and size controls into the log panel so nothing overlaps.
Bump all files to 1.0.90, add NEWS, a README testing quick-start, and
make the shared engine files checkdoc-clean.
2026-06-26 18:48:31 -05:00
|
|
|
(define-package "card-games" "1.0.90"
|
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
|