Difference between revisions of "DroidFish"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * User Interface * GUI * DroidFish'''<br/> '''Home * Engines * Stockfish * DroidFish''' FILE:droidfish01.png|border|righ...")
 
 
Line 37: Line 37:
 
[[Category:GPL]]
 
[[Category:GPL]]
 
[[Category:UCI]]
 
[[Category:UCI]]
 +
[[Category:Android]]
 
[[Category:Fish]]
 
[[Category:Fish]]

Latest revision as of 20:01, 20 January 2019

Home * User Interface * GUI * DroidFish
Home * Engines * Stockfish * DroidFish

DroidFish GUI [1]

DroidFish,
a port of Stockfish as standalone UCI compliant chess application for Android platforms, implemented by Peter Österlund. DroidFish incorporates the GUI and opening book code derived from CuckooChess by Peter Österlund, the CuckooChess Java chess engine itself, and Stockfish by Tord Romstad, Marco Costalba and Joona Kiiski. The port of Stockfish didn't involve changing the Stockfish source code, but finding a compatible STL implementation for Android, and compiling the source code with the correct combination of compiler flags as a library which is accessed using JNI [2]. Further, since version 1.4, DroidChess supports Gaviota Tablebases and includes the probing code by Miguel A. Ballicora [3], and since version 1.55, Syzygy Bases [4].

See also

Forum Posts

External Links

Chess Program

Misc

References

Up one Level