You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Track and display a per-session summary table when the player exits:
- Total rounds played
- Result frequency count for each FLAMES outcome (with ASCII bar)
- Most common result of the session
- Average compatibility score
Session dict is initialised before the main loop; mapping dict is
hoisted out of the loop (was re-created every round unnecessarily).
Only valid (non-degenerate) rounds are counted so stats are meaningful.
Resolves GSSoC-2026 issue: FLAMES game has no memory between rounds.
0 commit comments