aboutsummaryrefslogtreecommitdiff
path: root/src/main.lisp
AgeCommit message (Collapse)Author
2025-02-14Rework read-until-valid-integers to work better for redeal inputsAryadev Chavali
A player may: - not redeal any cards - redeal all their cards Therefore the indices must be between 0,5 and there can be at most 5 inputs.
2025-02-14Split source code into different modules for cleanlinessAryadev Chavali