This is my first time working with external libraries in C#, so I do not know how to import and use the library, I'm guessing its not as simple as pip install and I do not see any setup file or documentation. I really want to use this framework for my chess engine, since it is very optimized and can let me focus on the actual search and evaluation.
Also, I'd like to use it in Unity so I can play against it without using the terminal. So any help with that is appreciated.
Hello,
This is my first time working with external libraries in C#, so I do not know how to import and use the library, I'm guessing its not as simple as pip install and I do not see any setup file or documentation. I really want to use this framework for my chess engine, since it is very optimized and can let me focus on the actual search and evaluation.
Also, I'd like to use it in Unity so I can play against it without using the terminal. So any help with that is appreciated.
Best Regards.