Improve visualization8 min readBeginner to Intermediate

Simple chess guide

Calculation exercises for beginners who lose the board after two moves

Why short lines collapse, one position with two knight checks to practise on, and exercises for holding a position while the pieces in your head move.

By Bing Cheng

Written with AI assistance; chess positions checked by script and game facts traced to the code.

Start here

Compare two moves, two plies deep, and say each line out loud before you check it. When a line collapses, check the starting position before you blame the moves.

What you will learn

  • A line fails at the piece you stopped seeing, and a piece that never moved is easy to stop seeing.
  • Two candidate moves at two plies is enough work for one decision.
  • Ask who can capture on each landing square before you imagine the next move.
  • Rebuilding a position from an empty board practises holding one with nothing in front of you, which calculation also asks for.

Who this is for

  • Players who imagine a move and then cannot say where the defenders are.
  • Beginners who play the first move they see in sharp positions.
  • Anyone who has been told to calculate and never told what to hold in mind.

Where a two-move line breaks

Calculation is holding a position that is not on the board. You see the real board, imagine one move, and now you keep two pictures apart, the one in front of you and the one in your head.

Each imagined move overwrites a square. Two plies in, four squares have changed, and every piece that did not move has to stay put without any help from your eyes.

That is where a line can get lost. Not on the moving pieces, which have your attention, but on a queen or a pawn that never moved and quietly guards the square you land on.

The usual advice is to look further ahead. The useful advice is to keep the base position steady, because a line is only as long as the picture underneath it.

One position, two knight checks, only one works

Set this up on a real board. White to move.

White: king g1, knight d5, pawns f2, g2 and h3. Black: king e8, queen b5, rook a8, pawns f7, g7 and h7. Eleven pieces, one short of the Hard preset.

The black queen on b5 attacks the knight on d5 along the fifth rank, so White wants a move that gains time. Two knight checks are available, 1.Nc7+ and 1.Nf6+. Compare them two plies deep.

  1. 01Say the first line out loud: 1.Nc7+. Now list what the knight on c7 attacks: a8, b5 and e8. That is the rook, the queen and the king.
  2. 02Ask which black piece can take on c7. The queen on b5 cannot reach it, the rook on a8 cannot, and the king on e8 is two files away. Black moves the king, and the knight takes the queen on b5 for free.
  3. 03Say the second line: 1.Nf6+. It also checks the king on e8. Ask the same question. The pawn on g7 is the only black piece that reaches f6, and it takes the knight for nothing.
  4. 04Play both lines on the board and check. If your answer for 1.Nf6+ was wrong, the piece you dropped was the g7 pawn, which never moved and was never going to.

The empty-board reset

A Memory Chess round asks for one part of calculation on its own. A position appears for a fixed number of seconds, then the board clears, and you rebuild it while the clock runs.

There is no time limit on the rebuild, but nothing on the empty board reminds you of the queen on b5. One move into a line you are in the same spot, holding pieces the board no longer shows, so a round is a way to practise it.

The positions are made fresh each round and are random rather than taken from games, so a round does not teach you which moves to look at. It trains holding the picture, nothing more.

01

About 5 minutes

Hold it while the board is empty

4 rounds of 8 pieces, 10 seconds, about 5 minutes. Both kings first, then the pieces you are sure of. Stop before you guess, since each extra piece costs ten accuracy points.

Aim for: At least 7 of the 8 correct in three of the four rounds.

Play 8 pieces, 10 seconds
02

About 5 minutes

Rebuild after the line

Set the position from the section above on a board. Calculate both checks, then clear the board and set the position again from memory. Compare with a photo you took first.

Aim for: All eleven pieces back on their squares, the g7 pawn included.

03

About 10 minutes

Two candidates, one sentence each

Take any position from a game you lost. Pick two moves, follow each for two plies, and finish each with one sentence: what changed, and who guards the landing square.

Aim for: Two lines you can say out loud without looking at the board.

How many lines a beginner should hold

Two. Every extra line is one more picture to keep apart from the base position, so start with the fewest that still give you a comparison.

Spend working memory on defenders, not on more candidates. Five candidate moves means five defender checks, one for every landing square.

Add a third candidate only when both of the first two fail for a reason you can state. Keep the depth at two plies until the base position stops drifting.

When the two moves are both checks or both captures, the comparison is quick, so look for a missed defender before a missed idea.

Where it failedWhat it felt likeWhat actually happened
The landing squareThe move looked safe.A piece that never moved guards it, like the g7 pawn covering f6.
Move orderBoth lines blurred into each other.You calculated the second line on top of the first instead of on the base position.
DepthThree plies in, nothing was clear.The first two plies were never checked, so the third had nothing to stand on.

Say it, then check it on the board

  • Say the line in full, your move and the reply, before you touch a piece.
  • Name the attackers and defenders of the landing square before you imagine the next move.
  • Play the line on a real board or an analysis board and compare. Label the miss: a piece you forgot, a move order you swapped, or a judgment you got wrong.
  • If the miss was a forgotten piece, that is a base-position problem. Play a round of the empty-board reset, not another puzzle.

Keep learning

What to learn next

Common questions

FAQ

How many moves ahead should a beginner calculate?

Two plies, your move and the reply, checked for defenders each time. Add depth only once the position stays steady at two plies.

Does Memory Chess teach calculation?

No. It trains one part of calculation, keeping a position steady when nothing on the board reminds you of it. Choosing moves is learned at the board.

Why do I forget a piece that never moved?

Probably because you were tracking the moving pieces. A still piece has no event attached to it, so the base picture has to carry it, and the base picture is what drifts.