Releases: jcarrete5/othello-ai
Releases · jcarrete5/othello-ai
Othello 0.1.0
Switch to event queue for interthread communication ui.loop polls the event queue for events sent from _game. Game now accepts an out_queue argument that can be used to receive events from the thread. Simplified BoardState class