jar

com.gitlab.bsarter.belote : belote-bots

Maven & Gradle

Apr 23, 2023

Belote (Optional bots) · Provides few optional 'bots' for the 'belote' framework. Can be used as an example to develop your own 'bots'.

Table Of Contents

Latest Version

Download com.gitlab.bsarter.belote : belote-bots JAR file - Latest Versions:

All Versions

Download com.gitlab.bsarter.belote : belote-bots JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.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 belote-bots-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

sarter.bernard.belote.algo.impl

├─ sarter.bernard.belote.algo.impl.JoueurBernard.class - [JAR]

├─ sarter.bernard.belote.algo.impl.Main.class - [JAR]

├─ sarter.bernard.belote.algo.impl.RobotBernard.class - [JAR]

sarter.bernard.belote.algo.impl.bs

├─ sarter.bernard.belote.algo.impl.bs.BaseConnaissances.class - [JAR]

├─ sarter.bernard.belote.algo.impl.bs.EvalPrise.class - [JAR]

├─ sarter.bernard.belote.algo.impl.bs.Stats.class - [JAR]

├─ sarter.bernard.belote.algo.impl.bs.Util.class - [JAR]

├─ sarter.bernard.belote.algo.impl.bs.UtilCouper.class - [JAR]

├─ sarter.bernard.belote.algo.impl.bs.ValCarte.class - [JAR]

Advertisement