Implement a package for some game mechanics

Currently can deal some hands and redeal some cards.
This commit is contained in:
2025-02-14 23:22:49 +00:00
parent 6a3626d961
commit 77d344a42f
3 changed files with 58 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
(:module "src"
:components
((:file "model")
(:file "game")
(:file "main"))))
:build-operation "program-op"
:build-pathname "bin/cantedraw"