Rules Summary
Friends uses the tile distribution and values published by Zynga's Words With Friends game. This variant is designed to feel familiar to the millions of players who learned word-battle games on WWF — the letter frequencies, point values, and bingo conventions are all compatible so your existing intuitions carry over.
The board is 15×15 with Scrabble-compatible premium squares (DL/TL/DW/TW). Two to four players, each drawing 7 tiles from a 104-tile bag. Words validated against our dictionary (TWL by default, can switch to SOWPODS in room options). The only meaningful differences from Classic are the tile distribution and the +35 bingo bonus instead of +50.
Tile Distribution & Values
WWF uses a 104-tile bag with 2 blank tiles. Point values and counts for each letter are enforced by the game server from src/game/variants.js — the same source of truth the matchmaker uses when constructing a new game room.
Board Layout
15×15 board (currently aliased to Scrabble cross layout — per-variant layout coming soon). Premium squares only trigger on the turn a new tile is placed — covering an already-used premium square again does not re-trigger it.
Strategy Tips
Ready to play WWF?
Quick Play matches you with a random opponent at your skill level, or create a private room to invite a friend.
▶ Play WWF Now