View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window game-engine-5.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.lipinskipawel.board.ai
├─ com.github.lipinskipawel.board.ai.BoardEvaluator.class - [JAR]
├─ com.github.lipinskipawel.board.ai.MoveStrategy.class - [JAR]
com.github.lipinskipawel.board.engine.exception
├─ com.github.lipinskipawel.board.engine.exception.ChangePlayerIsNotAllowed.class - [JAR]
com.github.lipinskipawel.board.engine
├─ com.github.lipinskipawel.board.engine.Board.class - [JAR]
├─ com.github.lipinskipawel.board.engine.Boards.class - [JAR]
├─ com.github.lipinskipawel.board.engine.Direction.class - [JAR]
├─ com.github.lipinskipawel.board.engine.ImmutableBoard.class - [JAR]
├─ com.github.lipinskipawel.board.engine.LogicalPoints.class - [JAR]
├─ com.github.lipinskipawel.board.engine.Move.class - [JAR]
├─ com.github.lipinskipawel.board.engine.MoveHistory.class - [JAR]
├─ com.github.lipinskipawel.board.engine.Player.class - [JAR]
├─ com.github.lipinskipawel.board.engine.PlayerProvider.class - [JAR]
├─ com.github.lipinskipawel.board.engine.Point.class - [JAR]
├─ com.github.lipinskipawel.board.engine.PointUtils.class - [JAR]
├─ com.github.lipinskipawel.board.engine.Transformation.class - [JAR]
com.github.lipinskipawel.board.ai.bruteforce
├─ com.github.lipinskipawel.board.ai.bruteforce.DefaultMoveStrategyBuilder.class - [JAR]
├─ com.github.lipinskipawel.board.ai.bruteforce.MiniMaxAlphaBeta.class - [JAR]
├─ com.github.lipinskipawel.board.ai.bruteforce.SmartBoardEvaluator.class - [JAR]