albertoruibal / carballo

Carballo Chess Engine
GNU General Public License v3.0
69 stars 39 forks source link

Using in Android - how to get pieces history #10

Open dominolog opened 2 years ago

dominolog commented 2 years ago

I am playing with the Java code and it looks really interesting, works on Android. I am trying to display all captured figures for both whites and blacks with correct order of capturing history. I have been trying to use Board class but I am not sure which fields are storing captured figures. Any suggestions?