Skip to content

Releases: Maneren/gomoku-rust

Fixed incorrect opening

05 Apr 20:06
659cf09
Compare
Choose a tag to compare

This was caused by accidentally preferring tiles farther from the center than closer.

Completely refactored iterative deepening

05 Apr 20:05
ad8699a
Compare
Choose a tag to compare

Improved cli

23 Aug 22:21
Compare
Choose a tag to compare

Improved cli and minor fixes

Iterative deepening - many bugfixes and optimizations

14 Aug 22:09
Compare
Choose a tag to compare

Fixed tons of bugs from the initital version of iterative deepening. Removed cache - 2 times speedup

Iterative deepening

06 Aug 11:45
9f9e586
Compare
Choose a tag to compare
Update README.md

updated to reflect IO changes

Fixed major bug in multithreading

01 Aug 21:50
Compare
Choose a tag to compare

Now multithreading works properly. Previously it waited for on thread to finish before starting next one. About 4 time speedup

Implemented multithreading

31 Jul 00:44
Compare
Choose a tag to compare
v2.0

Merge branch 'multithreading'

First stable version

26 Jul 15:28
Compare
Choose a tag to compare

Fixed last important bugs

Fixed few severe bugs

23 Jul 14:13
Compare
Choose a tag to compare
Fixed few severe bugs Pre-release
Pre-release

fixed few important bugs and done few formatting/best practices refactorings

(windows version is still not tested!)

First working version

07 Jul 14:28
Compare
Choose a tag to compare
First working version Pre-release
Pre-release

windows version is not tested