jcarolus / android-chess

Chess game for Android.
https://play.google.com/store/apps/details?id=jwtc.android.chess
MIT License
396 stars 261 forks source link

i want to change difficulty of AI which part of code deals with it #157

Closed aakash2731 closed 10 months ago

jcarolus commented 11 months ago

The implementation of the engine is located in https://github.com/jcarolus/android-chess/tree/master/native/project/jni

The UI of difficulty settings is here https://github.com/jcarolus/android-chess/blob/master/app/src/main/java/jwtc/android/chess/play/GameSettingsDialog.java

This is an old fashioned Engine and does not use any real AI, such as neural networks or the like.