Stockfish is a free and strong UCI chess engine. But above all, he's the best chess player in the world. This page presents the best first moves according to Stockfish 16. Stockfish run with a depth of 50 (ELO > 3000).
Here are the 22 first moves of the game (depth = 50):
To get the above sequence, I run the following commands to get the first move:
position startpos
go depth 50
Once the first move is calculated, I run the search on this first move:
position startpos moves e2e4
go depth 50
And so on:
position startpos moves e2e4 e7e5
go depth 50
Until the last one:
position startpos moves e2e4 e7e5 g1f3 b8c6 f1c4 f8c5 d2d3 g8f6 c2c3 d7d6 e1g1 a7a6 a2a4 h7h6 f1e1 e8g8 h2h3 a6a5 d3d4 c5b6 c4b3 f8e8
go depth 50