Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Rework card< comparator to make Jokers the top of the hierarchy | Aryadev Chavali | |
2025-02-14 | Implement a package for some game mechanics | Aryadev Chavali | |
Currently can deal some hands and redeal some cards. | |||
2025-02-14 | Split source code into different modules for cleanliness | Aryadev Chavali | |