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.
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.90"
|
|
"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
|