Skip to content

Commit 1959abe

Browse files
committed
Add play again message
1 parent 5db13f3 commit 1959abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func (m *model) doWin() tea.Cmd {
234234
db.addWin(m.gridRow)
235235
m.score = db.score()
236236
}),
237-
m.setStatus("You win!"),
237+
m.setStatus("You win! Press [Enter] to play again."),
238238
)
239239
}
240240

0 commit comments

Comments
 (0)