-1

Starting from the starting position, how many moves deep have we analyzed the possible continuations?

sup
  • 29
  • 1

2 Answers2

3

Chess doesn't work like that. It isn't "solved" from the start position. It is "solved" from the end.

Currently chess has been "solved" for all positions where there are 7 or fewer pieces on the board.

Brian Towers
  • 96,800
  • 11
  • 239
  • 397
2

Are you talking about Perft (https://chessprogramming.wikispaces.com/Perft%20Results)? Take a read on the article.

Don't use "solved", that's why you're getting negative votes, use "Perft".

To my knowledge, we have searched every single possibility up to depth of 15. Nobody has done 16 yet.

SmallChess
  • 22,476
  • 2
  • 45
  • 82