Bowarc / chess_game

A multiplayer chess game made with ggez
1 stars 1 forks source link

Chess movegen #30

Open Bowarc opened 1 year ago

Bowarc commented 1 year ago

When searching multiple depths, you build a binarytree (i belive) but instead of dropping the tree after use, just keep the branch you selected as the new tree base.

So you don't need to search the depth you searched the previous iteration-2