Skip to content

Releases: jcarrete5/othello-ai

Othello 0.1.0

24 Oct 21:40
Compare
Choose a tag to compare
Othello 0.1.0 Pre-release
Pre-release
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