initial commit

This commit is contained in:
Corwin Brust 2026-06-23 19:34:36 -05:00
commit a025434c2b
11 changed files with 3826 additions and 0 deletions

9
card-games-pkg.el Normal file
View file

@ -0,0 +1,9 @@
;;; card-games-pkg.el --- Package metadata -*- no-byte-compile: t; -*-
(define-package "card-games" "1.0.50"
"Play card games in Emacs (console UNICODE and graphical SVG)."
'((emacs "26.1"))
:keywords '("games")
:url "https://github.com/corwin/card-games"
:authors '(("Corwin Brust" . "corwin@bru.st"))
:maintainer '("Corwin Brust" . "corwin@bru.st"))
;;; card-games-pkg.el ends here