big-c: update for new task (creating triples)

This commit is contained in:
2026-04-07 12:44:09 +01:00
parent 059cb2f828
commit c2205094f8

View File

@@ -1,8 +1,12 @@
#+filetags: big-c #+filetags: big-c
* WIP Refactor Cards :refactor_cards: * WIP triples :modes:feat_triples:
It's really bloated - should probably be a subcrate. Model the concept of a triple (three cards of similar rank).
** DONE Split into module ** WIP Triple::new
** TODO Hand
** TODO Display
** TODO Ord
** TODO Hash
** TODO Testing ** TODO Testing
* Backlog :backlog: * Backlog :backlog:
** TODO Implement player and game structure ** TODO Implement player and game structure
@@ -140,3 +144,8 @@ MVP goals:
- Ensure hands are valid, and when a round is won play is passed over - Ensure hands are valid, and when a round is won play is passed over
appropriately appropriately
** TODO Write webserver ** TODO Write webserver
* Done
** DONE Refactor Cards :refactor_cards:
It's really bloated - should probably be a subcrate.
*** DONE Split into module
*** DONE Testing