LucidTaZ / minimax

MiniMax engine for game decision making
MIT License
4 stars 0 forks source link

Larger search space: alpha-beta pruning #7

Closed LucidTaZ closed 7 years ago

LucidTaZ commented 7 years ago

To enable searching a larger space, I'm implementing alpha-beta pruning. However, the code is currently quite unclear when reasoning about a tree structure (when to pass parameters, when to get results back, ...) so there needs to be some refactoring to make it understandable.

Immediate unfinished work: