From f0e7c9f3f07b57a8a02191ea0a8d86432ab0ebea Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 14 Feb 2025 20:53:44 +0000 Subject: 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. --- packages.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages.lisp') 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)) -- cgit v1.2.3-13-gbd6f