From 947c3e8f49491d8db829b9fed40e1c0f75c4bd21 Mon Sep 17 00:00:00 2001 From: Luciano Laratelli Date: Tue, 15 Apr 2025 10:35:46 -0400 Subject: [PATCH] ok --- src/com/score_the_pigs/app.clj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/com/score_the_pigs/app.clj b/src/com/score_the_pigs/app.clj index 665ba24..5d83e9b 100644 --- a/src/com/score_the_pigs/app.clj +++ b/src/com/score_the_pigs/app.clj @@ -232,6 +232,9 @@ end"} sql/format (jdbc/execute-one! ds) :total)] + ;; when we want to play again, we have to "archive" the current game by + ;; changing its game code to `${code}-${games-in-set}` and settings its + ;; game_set to `code`. (pp/pprint game) (println games-in-set))