KillyBOT / chess

This will be my attempt at both creating a chess game that people can actually play using SDL2, and at creating a competent chess AI. Hopefully this gives me more practice with C++ and SDL2, tools I will use for a big upcoming next project.
MIT License
0 stars 0 forks source link

MCTS #1

Open KillyBOT opened 1 year ago

KillyBOT commented 1 year ago

For whenever I get back to this: in MCTS, in expansion, expand ALL the children, not just one of them!

KillyBOT commented 1 year ago

Wow KillyBOT, thanks so much for the issue! I would've never found it if you didn't tell me!

KillyBOT commented 1 year ago

You're welcome <3