feat: player statistics screen with run history

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-24 14:51:44 +09:00
parent 0dce30f23f
commit afdda5d72b
4 changed files with 84 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ func renderTitle(width, height int) string {
menu := lipgloss.NewStyle().
Foreground(colorWhite).
Bold(true).
Render("[Enter] Start [H] Help [Q] Quit")
Render("[Enter] Start [H] Help [S] Stats [Q] Quit")
content := lipgloss.JoinVertical(lipgloss.Center,
logo,