Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-14 | Fix problem with alexandria:shuffle not being truly random | Aryadev Chavali | |
Due to the way random works, we need to see it on each run of the binary - thus need to make a new random state. | |||
2025-02-14 | Rework read-until-valid-integers to work better for redeal inputs | Aryadev 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-14 | Split source code into different modules for cleanliness | Aryadev Chavali | |