Skip to content

tk-yoshimura/GameTreeSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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