diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-14 20:53:44 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-14 20:53:44 +0000 |
commit | f0e7c9f3f07b57a8a02191ea0a8d86432ab0ebea (patch) | |
tree | ab5228affb674a6311495d1a43c3b8e8d55edd3a /cantedraw.asd | |
parent | d328bfbbdf0f9853ec600d71c4372e843dcdbf8f (diff) | |
download | cantedraw-f0e7c9f3f07b57a8a02191ea0a8d86432ab0ebea.tar.gz cantedraw-f0e7c9f3f07b57a8a02191ea0a8d86432ab0ebea.tar.bz2 cantedraw-f0e7c9f3f07b57a8a02191ea0a8d86432ab0ebea.zip |
WIP: Making a simple re-deal program.
Gives a hand from a shuffled deck to the user, asks them to provide
indices for cards they wish to re-deal then does so.
Diffstat (limited to 'cantedraw.asd')
-rw-r--r-- | cantedraw.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cantedraw.asd b/cantedraw.asd index 653afb4..c3dcc4e 100644 --- a/cantedraw.asd +++ b/cantedraw.asd @@ -1,4 +1,5 @@ (asdf:defsystem :cantedraw + :depends-on (:alexandria) :components ((:file "packages") (:file "lib.macros") (:file "lib.functions") |