We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Disable verbose debug logging in production, for performance gains.
Improve solver speed by predicting opponent moves only once per pass instead of per solution checked.
Predict future moves faster by using async tasks.
Predict future moves and outcomes up to a max depth, and add more tests.
Bump version to v0.5.0.
Fix some issues with game event storing and use a more compact event serializer.
Fix before live deploy hook not working because the event store DB already exists.
Bump version to v0.4.1.
Track game event in an event store.
Bump version to v0.3.9.