About Wordle Duel

Two-player turn-based Wordle

Play turn-based Wordle against a friend. Share a link, take turns guessing the same hidden word, and see who solves it first.

What it does

A two-player, turn-based Wordle game.

Both players share the same hidden 5-letter target word.

Players take turns submitting one valid 5-letter guess.

All guesses fill a shared 6-row board.

The player whose guess matches the target wins immediately.

If the board fills up with no winner, the game is a draw.

Invalid guesses (wrong length or not in the dictionary) are rejected locally.

The host creates a room and shares a read-write link; the second player joins the link.

Player names and the last used name are remembered in localStorage.

The current space is remembered so a refresh re-enters the same game automatically.

Host can start a new round after a game ends; the starting player alternates.

Screens

Join screen

Name input (pre-filled from localStorage).

"Create game" button when this browser is creating the room.

"Join game" button when this browser opened a shared link and is not the host.

Loading state while the sync SDK checks for an existing game.

Game screen

Status banner: loading / waiting / whose turn / win / draw / invalid word.

6x5 letter grid showing every submitted guess with Wordle-style feedback.

Virtual keyboard with letter states updated fro

Open Wordle Duel