Yagupov – Radulovic, 2014
White to move. Does White win with Rxg7?
Hint: Black may have a defensive counter sacrifice.
An unexamined life is not worth living.
Yagupov – Radulovic, 2014
White to move. Does White win with Rxg7?
Hint: Black may have a defensive counter sacrifice.
Hint: the move I am talking about is not f4-f3, which is also not bad, but not as strong.
Replay a sample game below to see the solution
Six years ago I already once wrote about pgn file format, and the benefits of using it for storing and sharing your chess data. While working with many pgn files, I want to be able to load them into a text editor, and do various operations on it that can’t be done easily in a chess database, such as SCID, ChessBase, Chess Assistant, etc. Notepad++ , my favourite editor, lets me
The problem with text editors is that normally pgn like any text looks Black/White, and is not very pretty.
Instead I want it to look like this:
Here is the trick: once you loaded the pgn file, make sure to set language to “Pascal”, so that you get the proper syntax highlighting for:
I never programmed (and probably never will) in Pascal, but this nice little similarity between syntaxes between PGN and Pascal comes really handy!