From c2205094f8c7eb9fa4811698b09c727737aa0860 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 7 Apr 2026 12:44:09 +0100 Subject: [PATCH] big-c: update for new task (creating triples) --- big-c.org | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/big-c.org b/big-c.org index 0fd486a..3ede493 100644 --- a/big-c.org +++ b/big-c.org @@ -1,8 +1,12 @@ #+filetags: big-c -* WIP Refactor Cards :refactor_cards: -It's really bloated - should probably be a subcrate. -** DONE Split into module +* WIP triples :modes:feat_triples: +Model the concept of a triple (three cards of similar rank). +** WIP Triple::new +** TODO Hand +** TODO Display +** TODO Ord +** TODO Hash ** TODO Testing * Backlog :backlog: ** 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 appropriately ** TODO Write webserver +* Done +** DONE Refactor Cards :refactor_cards: +It's really bloated - should probably be a subcrate. +*** DONE Split into module +*** DONE Testing