PraxTube / chess-ai

A chess AI that uses alpha-beta to find the best move
MIT License
0 stars 1 forks source link

Turn `debug_info` into it's own class #40

Closed PraxTube closed 1 year ago

PraxTube commented 1 year ago

The way we are using the dict debug_info inside of log.py is extremely bad. It would be much better to use a class here. Not quite sure where the class should live though.