
com.fathzer.games.movelibrary.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of games-core Show documentation
Show all versions of games-core Show documentation
A core library to help implement two players games.
The newest version!
/** Classes related to move libraries.
*
A move library is a data base that can, for some positions, give the best moves to play.
*
Typically, in chess, an opening book or End game table base
* are move libraries.
*/
package com.fathzer.games.movelibrary;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy