Chess - Play Free Online | Wipzu
About Chess
Chess is the two-player strategy game played on an 8×8 board with six piece types, each governed by distinct movement rules. The objective is checkmate: place the opponent's king under attack with no legal escape. First documented in 6th-century India as Chaturanga, chess has been played continuously for over 1,400 years and remains among the most deeply analyzed games in existence — the number of possible games exceeds the atoms in the observable universe.
This browser version offers a clean interface with legal move highlighting. Click any piece and every legal destination immediately lights up on the board, making the game playable even without memorizing movement rules. The implementation enforces the complete standard ruleset: pieces cannot make illegal moves, the game detects check, and all edge cases are handled correctly.
All special rules are supported — castling (both kingside and queenside), en passant pawn capture, and pawn promotion when a pawn reaches the final rank. These are the rules most often missing from simpler online implementations, and their absence changes the game significantly. En passant affects opening theory; promotion determines entire endgame calculations.
This version is designed for local two-player play — two people sharing the same screen, taking turns. There is no AI opponent. This makes it ideal for playing against a friend, or for studying chess positions by playing both sides yourself and exploring what happens after specific moves.
Key Features
- Legal move highlighting on click — see all valid destinations instantly, no movement rule memorization required
- Complete special rule support: castling (kingside and queenside), en passant pawn capture, pawn promotion to any piece type
- Check detection with enforcement — the game blocks any move that would leave your king in check
- Local two-player mode — both players take turns on the same device, no accounts or setup required
- Checkmate and stalemate detection built in — the game automatically recognizes end conditions
- Clean minimal board design with no distractions, ads, or logins
Controls
How to Play
- 1White moves first. Click any white piece to select it — all legal destinations light up on the board.
- 2Click a highlighted square to move. Click an opponent's piece on a highlighted square to capture it.
- 3If your king is in check, only moves that resolve the check are highlighted — you must deal with it before making any other move.
- 4Castle to protect your king: move the king two squares toward a rook (if neither has moved and the path is empty). The rook jumps to the other side automatically.
- 5Push a pawn to the opponent's final rank to promote it — choose queen, rook, bishop, or knight. Promoting to a queen is almost always correct.
- 6Checkmate the opponent's king — attack it with no legal escape available — to win the game.
Tips & Tricks
- Control the center early. The four central squares give pieces more mobility. Open with central pawns and develop knights toward the center rather than toward the board edges.
- Develop all your pieces before attacking. Move each piece to a useful square once before moving any piece a second time. Having everything developed and your king castled is worth more than a risky two-piece attack.
- Castle early. The king is vulnerable in the center during the opening. Castling tucks it behind a pawn wall and connects your rooks, giving them open-file access in the endgame.
- Learn piece values: pawn = 1, knight = bishop = 3, rook = 5, queen = 9. Avoid trading a rook for a bishop unless the resulting position is clearly winning. Material advantage is not everything, but giving it up for nothing almost always loses.
- Look for forks before committing to any move. A fork attacks two pieces simultaneously with one piece, forcing your opponent to lose material. Knights are the most natural forking pieces — a knight in the center of the board threatens up to eight squares at once.
Game Info
FAQ
This version is local two-player only — both players share the same screen and take turns. There is no computer opponent.
En passant is a special pawn capture. If an opponent's pawn moves two squares forward from its starting position and lands beside your pawn, you can capture it as if it had only advanced one square — but only on your very next move. If you wait, the option is gone.
It must be promoted. You can choose queen, rook, bishop, or knight. Promoting to a queen is almost always the right choice — queens are the most powerful piece on the board.
Castling moves your king two squares toward a rook, and the rook jumps to the other side. It is only legal if neither piece has moved yet this game, the squares between them are empty, the king is not in check, and the king does not pass through or land on an attacked square.
Two reasons: if your king is in check, only moves that resolve the check are legal. Also, a piece that is 'pinned' — where moving it would expose your king to attack — cannot be moved until the pin is broken.