Commit Graph

7 Commits

Author SHA1 Message Date
Aryadev Chavali
3cdfde07fe game: module for gameplay
Skeleton currently, not much
2026-04-05 04:45:51 +01:00
Aryadev Chavali
298499207b main: permit dead code (no warnings) when building.
I want my build to tell me if there's anything wrong with it.  Dead
Code warnings distract me from checking that.

OTOH when I'm running Clippy I want it to catch everything.  Hence
this change.
2026-04-05 04:45:51 +01:00
Aryadev Chavali
9059047c79 helper: little module for helper functions 2026-04-05 04:45:51 +01:00
Aryadev Chavali
1c962afb8f delete my old work
The classifier was nice, but punning all my hand types into the same
variant when (really) we're just gonna be using one hand type per
round makes no sense.
2026-04-05 04:45:51 +01:00
Aryadev Chavali
69c012e47a *: young clippy back at it again 2026-04-02 02:25:48 +01:00
Aryadev Chavali
cd09b3b922 main: a randomised poker hand generator and classifier. 2026-04-01 06:20:22 +01:00
Aryadev Chavali
520311cf9c Hello, world! 2026-03-31 15:31:36 +01:00