lithander / SebLagueChessEngine

Sebastian Lague's Chess AI with added UCI support
MIT License
3 stars 1 forks source link

use in android #1

Open pavanjoshi914 opened 2 years ago

pavanjoshi914 commented 2 years ago

How I can use this for unity android build?

also information about strength of chess , how we can set different strength levels for chess will be helpful

lithander commented 2 years ago

You can find the original source that uses Unity here. https://github.com/SebLague/Chess-AI My version is a just standalone console based executable that works together with the standard Chess GUIs. No Unity involved.