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.
This commit is contained in:
2025-02-14 20:53:44 +00:00
parent d328bfbbdf
commit f0e7c9f3f0
3 changed files with 26 additions and 6 deletions

View File

@@ -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))