User Story
As a player, I want a clear “You win!” or “You lose.” message formatted as a banner so that results feel satisfying or dramatic.
Acceptance Criteria
- If the player wins, show a celebratory banner.
- If the player loses, show a different loss message banner.
Details
At the end of the game in WordGuessGame, display a stylized banner based on win/loss outcome.
Consider using asterisks, dashes, or ASCII symbols to format the message.