Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 416 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 416 Bytes

GameTreeSearch

Game tree search method - minmax, alphabeta, IDDFS

Requirement

.NET 5.0

Install

Download DLL

  • To install, just import the DLL.
  • This library does not change the environment at all.

Licence

MIT

Author

tk-yoshimura