From cd27ef94430eb689668a94a87d6bbede7f4ae984 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Fri, 28 Nov 2025 12:24:17 -0800 Subject: [PATCH] add showResults comment --- src/code/ca/bcit/comp2522/project/NumberGame.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/code/ca/bcit/comp2522/project/NumberGame.java b/src/code/ca/bcit/comp2522/project/NumberGame.java index befbda4..db9678a 100644 --- a/src/code/ca/bcit/comp2522/project/NumberGame.java +++ b/src/code/ca/bcit/comp2522/project/NumberGame.java @@ -187,6 +187,13 @@ public class NumberGame popup.show(); } + /** + * showResults summary after user quits + * game, show games won/loss out of + * total games played, total successful + * placements and average placements + * per game. + */ private void showResults() { final Stage popup;