GUIDE #142
Boggle Blitz
Boggle Blitz is a typing race. A prompt word appears — type it exactly and submit. First correct entry wins the round. First to 4 round wins takes the match.
01 // CONTROLS
Controls
- Type the prompt exactly in the input
- Submit as soon as it’s correct
02 // STEPS
Step by step
- 01
Open the game
From the arena roster, open this game’s play page.
- 02
Create or join a room
Host creates a room and shares the code. The second player joins with that code.
- 03
Both hit Ready
When two players lock in, the match starts instantly — no accounts needed.
- 04
Read the prompt
A word (or short phrase) appears for both players.
- 05
Type it exactly
Matching is case-insensitive after trim — spelling must be exact.
- 06
Submit first
First player to submit the correct text wins the round.
- 07
Race to 4
First to 4 round wins is the champion.
03 // EDGE
Pro tips
- Accuracy over panic — a typo loses the race.
- Keep hands home-row ready between rounds.