A simple chess AI in Java.
The application requires you to have java and gradle installed on your computer. The application has been developed using the latest Java version 15. However, it should work on older versions as well.
Application can be run using command:
gradle run --console plain
Run tests and get test reports:
gradle test
The test reports will be saved at index.html and you can examine them by opening the HTML file on your browser.
Style checks can be run by command:
gradle check
The checkstyle report will be saved main.html and you can open it in your browser.