TGL Chess

← home
TGL Chess — realtime multiplayer chess. Bullet, blitz, rapid, untimed.

Standard chess in your browser. No login required — play solo against an alpha-beta minimax AI (depth 1–4) or invite a friend to a live, server-validated match.

Play now →

How to play

Solo vs AI

The AI uses minimax with alpha-beta pruning, iterative deepening (depths 1–4), simple piece-square tables for evaluation, and a per-move time budget so depth 4 never freezes the UI. Move ordering favors captures (MVV-LVA) and promotions for tighter pruning.

Live multiplayer

Switch to Friend match to host a game. The server holds the authoritative position and validates every move — cheating with a tampered client is impossible. Send the invite code (or share link) to a friend; the joiner pastes it. Resignation, draw offers, and time forfeits all flow through the server.

Time controls

Anti-cheat

Every solo game submits a UCI-encoded move log. The server replays it through the same rules engine to verify the final position and outcome. In multiplayer, the server is the only authority — the client is a thin renderer.