HELP msg always

main
Bel LaPointe 2024-12-15 02:22:18 -07:00
parent 67ff6284bf
commit ceff02789a
1 changed files with 10 additions and 1 deletions

View File

@ -61,7 +61,16 @@ func (s *S) serveWS(w http.ResponseWriter, r *http.Request) error {
return err return err
} }
msg := map[string]any{} msg := map[string]any{
"help": strings.Join([]string{
"CARD ASSASSINS (HOLIDAY PHONE EDITION)",
"",
"1. Get any target to say any of his or her kill words.",
"2. Click on the kill word a target said.",
"",
"The game ends when everyone has been assassinated.",
}, "<br>"),
}
if gameState.Started { if gameState.Started {
msg["page"] = "B" msg["page"] = "B"