aboutsummaryrefslogtreecommitdiff
path: root/cantedraw.asd
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-02-15 15:37:16 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-02-15 15:37:16 +0000
commit4ded442dd47babd9f3c0163ffe274f92d0e153a7 (patch)
treefda96e74fe286dc895a32549917005b939fd213a /cantedraw.asd
parent2323b5e0ed564c215741c869da4b487d56b76502 (diff)
downloadcantedraw-4ded442dd47babd9f3c0163ffe274f92d0e153a7.tar.gz
cantedraw-4ded442dd47babd9f3c0163ffe274f92d0e153a7.tar.bz2
cantedraw-4ded442dd47babd9f3c0163ffe274f92d0e153a7.zip
Player handler package
This package defines a player data structure, collections of players, and different interactions you can have with them: - Extracting attributes (destructors) - Checking if they're bankrupt or can bet - Modifying a collection to adjust the balance of any one player (including errors in case that isn't possible)
Diffstat (limited to 'cantedraw.asd')
-rw-r--r--cantedraw.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/cantedraw.asd b/cantedraw.asd
index 5bae167..cf9ddb3 100644
--- a/cantedraw.asd
+++ b/cantedraw.asd
@@ -8,6 +8,7 @@
(:module "src"
:components
((:file "model")
+ (:file "player")
(:file "game")
(:file "main"))))
:build-operation "program-op"