aboutsummaryrefslogtreecommitdiff
path: root/packages.lisp
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-02-14 20:53:44 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-02-14 20:53:44 +0000
commitf0e7c9f3f07b57a8a02191ea0a8d86432ab0ebea (patch)
treeab5228affb674a6311495d1a43c3b8e8d55edd3a /packages.lisp
parentd328bfbbdf0f9853ec600d71c4372e843dcdbf8f (diff)
downloadcantedraw-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 'packages.lisp')
-rw-r--r--packages.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages.lisp b/packages.lisp
index 28fd51b..90c6dcf 100644
--- a/packages.lisp
+++ b/packages.lisp
@@ -48,5 +48,7 @@
:make-joker :make-deck))
(defpackage cantedraw.main
- (:use :cl :cantedraw.lib.macros :cantedraw.lib.functions)
+ (:use :cl
+ :cantedraw.lib.macros :cantedraw.lib.functions
+ :cantedraw.model)
(:export :start))