GUIDE #78
Word Gallows
Word Gallows is a hangman duel. Guess letters to reveal the hidden word. Too many wrong guesses (6) hurts your round — win 3 rounds to take the match.
01 // CONTROLS
Controls
- Click / type a letter to guess
- Avoid repeating already guessed letters
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
Study the blanks
A hidden word appears as blanks. Guess letters on your turn.
-
05
Correct letters reveal
If the letter exists, all matching positions flip open.
-
06
Wrong guesses stack
Each miss adds to your wrong count. Hit 6 wrong and the round goes badly for you.
-
07
Solve the word
Reveal the full word to score the round.
-
08
First to 3
Win 3 rounds to claim the match.
03 // EDGE
Pro tips
- Start with common vowels, then frequent consonants.
- Track missed letters so you don’t repeat them.