Introduction
This page is about the game of chess on a 3x3 board. This game is now strongly solved. It means that the database of all positions is constructed, and the best move is known in every position. It is not clear how to define a starting position on 3x3 board, so all possible positions were included. Rules are same with chess, except that there is no castling and no double pawn move (and no en passant). Pawns promote when they reach the last rank - third for white and first for black.
Does it look too simple for you? Read these pages, try to solve problems, then follow the correct line with the analysis board. Then tell me if 3x3 chess is still too simple or not. I hope you will enjoy this beautiful chess variant as much as I do.
The Answer
"Yes ...!"
"Of Life, the Universe and Everything ..." said Deep Thought.
"Yes ...!"
"Is ..." said Deep Thought, and paused.
"Yes ...!"
"Is ..."
"Yes ...!!!...?"
"Forty-two," said Deep Thought, with infinite majesty and calm.
The question is, of course, how long is the longest checkmate. We don't know which variant Deep Thought was solving (perhaps this or this one). But we already have the Answer for 3x3 chess: 16 moves! More details, including mate in 16 and other interesting positions, are on the Positions page.
Problems
Test your tactical thinking by solving problems on a 3x3 board. The position will be selected for you randomly. When you choose your move, the best defence of computer will immediately follow. If the problem is too hard, use the 'Analysis board' link at the bottom.
Analysis board
Here you can input any 3x3 chess position for analysis:
A position is defined by a 10-character string. First, a 'w' or 'b' indicating the side to move. The next 9 characters describe the board squares, in the order: a3, b3, c3, a2, b2, c2, a1, b1, c1. Each square can contain one of the pieces: K = King, Q = Queen, R = Rook, B = Bishop, N = Knight, P = Pawn. White pieces use capital characters, black pieces - small characters. A dot (.) encodes an empty square.
For example, w..k...K.. has just the two kings in the opposite corners (white on a1, and black on c3). Another example position: wK.k..NqRn. More examples are on the Positions page.
The analysis board is hosted on another server. Please let me know if it does not respond, or you notice any other issues with it.
Statistics
There are 304'545'552 legal positions in 3x3 chess (counting separately all left/right symmetric and white/black to move positions). Out of them 104'863'672 are checkmates, more than 1/3 of all positions. 3'576'856 positions are stalemates, 1.2% of all positions. So, there remain 196'105'024 in-game (non game-over) positions, where some moves are possible.
Number of drawn positions, including stalemates, is 52'268'040, or 17.2% of all legal positions. Number of drawn positions, which are not stalemates, is 48'691'184, which is 24.8% of all in-game (non game-over) positions.
Out of 195'996'550 in-game positions there are 78'022'680 positions where side to move wins (39.8%) and 69'391'160 positions where side to move loses (35.4%).
Here is the detailed statistics: