Advertise here with Carbon Ads

This site is made possible by member support. 💞

Big thanks to Arcustech for hosting the site and offering amazing tech support.

When you buy through links on kottke.org, I may earn an affiliate commission. Thanks for supporting the site!

kottke.org. home of fine hypertext products since 1998.

Beloved by 86.47% of the web.

🍔  💀  📸  😭  🕳️  🤠  🎬  🥔

What’s the Rarest Move in Chess?

YouTuber Paralogical downloaded data from over 5 billion chess games to find the rarest move in chess. Slight spoiler: there are many possible moves that weren’t played in any of the games analyzed. The data and analysis programs used are available on Github:

This is a lil’ code to analyze chess .pgn files, with the goal of finding the “rarest” move in chess.

That is, the rarest move notation (standard algebraic notation) given a large number of input games (e.g. every rated game from lichess) in pgn format.

However, since there are many moves that never happen, this is moreso counting and categorizing moves of various types rather than finding one specific rare move.