jar

com.github.jjYBdx4IL.chess : jcpi

Maven & Gradle

Jun 08, 2016
1 usages
0 stars

JCPI · A Java Chess Protocol Interface

Table Of Contents

Latest Version

Download com.github.jjYBdx4IL.chess : jcpi JAR file - Latest Versions:

All Versions

Download com.github.jjYBdx4IL.chess : jcpi JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jcpi-1.4.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.fluxchess.jcpi.commands

├─ com.fluxchess.jcpi.commands.EngineAnalyzeCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.EngineDebugCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.EngineInitializeRequestCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.EngineNewGameCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.EnginePonderHitCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.EngineQuitCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.EngineReadyRequestCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.EngineSetOptionCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.EngineStartCalculatingCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.EngineStopCalculatingCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.IEngine.class - [JAR]

├─ com.fluxchess.jcpi.commands.IEngineCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.IProtocol.class - [JAR]

├─ com.fluxchess.jcpi.commands.IProtocolCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.ProtocolBestMoveCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.ProtocolInformationCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.ProtocolInitializeAnswerCommand.class - [JAR]

├─ com.fluxchess.jcpi.commands.ProtocolReadyAnswerCommand.class - [JAR]

com.fluxchess.jcpi.internal.x88

├─ com.fluxchess.jcpi.internal.x88.Board.class - [JAR]

├─ com.fluxchess.jcpi.internal.x88.ChessmanList.class - [JAR]

├─ com.fluxchess.jcpi.internal.x88.Move.class - [JAR]

├─ com.fluxchess.jcpi.internal.x88.MoveList.class - [JAR]

├─ com.fluxchess.jcpi.internal.x88.Position.class - [JAR]

├─ com.fluxchess.jcpi.internal.x88.X88MoveGenerator.class - [JAR]

com.fluxchess.jcpi

├─ com.fluxchess.jcpi.AbstractEngine.class - [JAR]

├─ com.fluxchess.jcpi.VersionInfo.class - [JAR]

com.fluxchess.jcpi.models

├─ com.fluxchess.jcpi.models.GenericBoard.class - [JAR]

├─ com.fluxchess.jcpi.models.GenericCastling.class - [JAR]

├─ com.fluxchess.jcpi.models.GenericChessman.class - [JAR]

├─ com.fluxchess.jcpi.models.GenericColor.class - [JAR]

├─ com.fluxchess.jcpi.models.GenericFile.class - [JAR]

├─ com.fluxchess.jcpi.models.GenericMove.class - [JAR]

├─ com.fluxchess.jcpi.models.GenericPiece.class - [JAR]

├─ com.fluxchess.jcpi.models.GenericPosition.class - [JAR]

├─ com.fluxchess.jcpi.models.GenericRank.class - [JAR]

├─ com.fluxchess.jcpi.models.GenericScore.class - [JAR]

├─ com.fluxchess.jcpi.models.IllegalNotationException.class - [JAR]

├─ com.fluxchess.jcpi.models.IntCastling.class - [JAR]

├─ com.fluxchess.jcpi.models.IntChessman.class - [JAR]

├─ com.fluxchess.jcpi.models.IntColor.class - [JAR]

├─ com.fluxchess.jcpi.models.IntFile.class - [JAR]

├─ com.fluxchess.jcpi.models.IntPiece.class - [JAR]

├─ com.fluxchess.jcpi.models.IntRank.class - [JAR]

com.fluxchess.jcpi.options

├─ com.fluxchess.jcpi.options.AbstractOption.class - [JAR]

├─ com.fluxchess.jcpi.options.AbstractValueOption.class - [JAR]

├─ com.fluxchess.jcpi.options.ButtonOption.class - [JAR]

├─ com.fluxchess.jcpi.options.CheckboxOption.class - [JAR]

├─ com.fluxchess.jcpi.options.ComboboxOption.class - [JAR]

├─ com.fluxchess.jcpi.options.Options.class - [JAR]

├─ com.fluxchess.jcpi.options.SpinnerOption.class - [JAR]

├─ com.fluxchess.jcpi.options.TextboxOption.class - [JAR]

com.fluxchess.jcpi.protocols

├─ com.fluxchess.jcpi.protocols.IOProtocolHandler.class - [JAR]

├─ com.fluxchess.jcpi.protocols.IProtocolHandler.class - [JAR]

├─ com.fluxchess.jcpi.protocols.NoProtocolException.class - [JAR]

├─ com.fluxchess.jcpi.protocols.ParseException.class - [JAR]

├─ com.fluxchess.jcpi.protocols.UciProtocol.class - [JAR]

com.fluxchess.jcpi.utils

├─ com.fluxchess.jcpi.utils.IMoveGenerator.class - [JAR]

├─ com.fluxchess.jcpi.utils.MoveGenerator.class - [JAR]

Advertisement

Dependencies from Group

Jun 08, 2016
1 usages
0 stars
Jun 09, 2016
0 stars

Discover Dependencies

Jun 13, 2016
11 stars
Jan 20, 2021
2 usages
19 stars
Sep 26, 2016
16 stars
Sep 26, 2016
2 usages
16 stars
Aug 17, 2021
2 usages
72 stars
Apr 24, 2018
17 usages
902 stars
Oct 27, 2017
6 usages
58.9k stars
Jun 15, 2016
3 usages
58.9k stars