- Download ABChessbot.jar.jar and openings.txt (to same folder!)
- java -jar ABChessbot.jar
- git clone https://github.com/lahdeero/ABChessBot.git
- cd ABChessBot
- gradle run
- Starts gui
- Note that openings.txt should be in same path when executing .jar !
- args[0] = filename
- args[1] = color (black or white)
- args[2] = search tree deepness
example:
gradle run --args='sample.txt black 5'