aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-03-02Fix some issues in mainAryadev Chavali
2025-02-24Make suit->int and int->suit complete inversesAryadev Chavali
2025-02-22Extract error generation from `player-exists?` to ensure it's an indicatorAryadev Chavali
2025-02-22Make card a structureAryadev Chavali
2025-02-15Rework player package to use structures and a hash tableAryadev Chavali
2025-02-15Clean up player-{pay,receive}Aryadev Chavali
2025-02-15Introduce custom errors for player handlingAryadev Chavali
2025-02-15Player handler packageAryadev Chavali
2025-02-15Small changesAryadev Chavali
2025-02-15Rework `$` operator to take a capture variableAryadev Chavali
2025-02-14Implement read-and-confirm for extra step before re-dealAryadev Chavali
2025-02-14Rework cantedraw.main:start to run a read-redeal-print-loopAryadev Chavali
2025-02-14Implement a read -> redeal -> print loopAryadev Chavali
2025-02-14Fix problem with alexandria:shuffle not being truly randomAryadev Chavali
2025-02-14Rework read-until-valid-integers to work better for redeal inputsAryadev Chavali
2025-02-14Rework card< comparator to make Jokers the top of the hierarchyAryadev Chavali
2025-02-14Implement a package for some game mechanicsAryadev Chavali
2025-02-14Split source code into different modules for cleanlinessAryadev Chavali