rudzen / ChessLib

C# chess library containing a complete data structure and move generation.
MIT License
81 stars 23 forks source link

How do I get this working in Unity #70

Open alibabatravel opened 1 month ago

alibabatravel commented 1 month ago

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.