Bowarc / chess_game

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

Chess movegen #30

Open Bowarc opened 10 months ago

Bowarc commented 10 months 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