feat: help screen, detailed result screen, death/revive messages

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-24 14:44:03 +09:00
parent 80c1988719
commit 29387ebaa0
5 changed files with 109 additions and 25 deletions

View File

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