Skip to content(if available)orjump to list(if available)

X-Ray Defence

X-Ray Defence

4 comments

·April 17, 2025

captn3m0

> In general, defensive tactics and puzzles are underrepresented in chess literature and resources.

I play a lot of puzzles (Storm) on Lichess, and this hits hard. I can spot good attacks, but not good defences because it’s vastly underrepresented in my training.

GistNoesis

https://lichess.org/training/defensiveMove

For training more related to this article : https://lichess.org/training/xRayAttack

You can find the list of specific training themes here : https://lichess.org/training/themes

captn3m0

Storm doesn't seem to have a defensive mode.

GistNoesis

I have not tried it, but lichess is open-source : so you can probably customize it for your specific use case.

More specifically modify line that allow to pick the theme https://github.com/lichess-org/lila/blob/64b6f7966c8ed48dc90...

With one of the value given here : https://github.com/lichess-org/lila/blob/64b6f7966c8ed48dc90...

ie : replace in stomSelector lila.puzzle.PuzzleTheme.mix.key by lila.puzzle.PuzzleTheme.defensiveMove.key and run a custom lichess as explained in the ReadMe