Fischer Random

Fischer Random Chess 960

Chess960 (the official FIDE name) or Fischer Random, as the game was originally dubbed — is the ultimate rebel among chess variants. By shuffling the heavy pieces of the back rank like a deck of cards, it turns every single match into a freestyle chess puzzle, replacing opening routine with instant thrill from move one. Bluntly: you aren't running a real chess platform if you don't offer Fischer Random.
Hit [R] to start a new game. Pressing it repeatedly generates a new position each time.

Chess 960 castle rules

Calling the castling rule in Chess 960 "tricky" is putting it mildly. As a game developer, I’d honestly prefer to drop it entirely. But officially, it boils down to this: after castling, the king and rook end up on the exact same final squares as they would in traditional chess. All the standard conditions still apply — neither piece can have moved previously, and you can’t castle out of, through, or into check.
Picture this: a rook on a1 and a king on a2. After castling: they land on d1 and c1. That means both pieces jump in the exact same direction rather than leaping over against each other. As a player, it goes insanely against chess instincts: you’re used to that beautiful, automatic, physical feel of hiding the King behind a Rook, but Chess 960 just breaks physics when the king jumps out of the castle rather than jumping in. It feels like gravity turned off. And as a developer, coding this logic is pure agony.
I only wonder why the Bobby didn't just propose swapping the king and the rook for castling — it's way more logical than what we have now. Alright na, I think I'll try it (don't shoot)
Full disclosure: Fischer Random castling is not here on this site just yet, partly on principle (omg!) — it will be the moment I'll gather enough courage to hack into the core engine to refactor it for the 960's stupid castle rule. But hey, I've already cooked that Fischer Random for joy as the primary goal, it delivers ton of fun, it definitely kicks in!

Why is Fischer Random called Chess 960

The core idea of Chess 960 rules is to generate position of the back-rank pieces (basically all heavy pieces except pawns) at random, then mirroring the setup for the opponent — to keep the status of skill-based game, hahaha. The wild randomness, however, is slightly limited by only two conditions: the king must be between two rooks to enable the chess 960 castle rule, and the bishops must sit on the squares of different colors to maintain the original vibe of chess gameplay dynamics. Having the said, exactly 960 possible starting positions exist, and the number gives the chess 960 its name.
Fischer Random or Chess960?
Both names are legitimate and widely recognized. However, the original name of the variant was Fischerandom, a single word with only one "r" — exactly as Bobby Fischer coined it. Today, the official name in the FIDE registry is Chess960 (without a space). Twas predictable that the community would split unspaced words into "Fischer Random" and "Chess 960"; as Merriam-Webster reminds us, usage dictates language, and how people actually speak is all that truly matters. Fischer 960 is ok, too.