Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

40 lines (20 loc) · 1.74 KB

1.1.0 (2023-09-08)

Features

  • detect other diagonal wins for lower win piece counts (9f7b8c9)

Performance Improvements

  • disable eval in early turns (4ab94d6)
  • micro optimized the evaluate function (c40aace)

1.1.0 (2023-07-13)

Features

  • detect other diagonal wins for lower win piece counts (9f7b8c9)

Performance Improvements

  • micro optimized the evaluate function (c40aace)

1.1.0 (2023-07-03)

Features

  • detect other diagonal wins for lower win piece counts (9f7b8c9)

1.0.1 (2023-07-01)

Bug Fixes

  • fixed depth input possibly going undefined in the web app (95f6103)

1.0.0 (2023-07-01)

Features