jar

com.github.lipinskipawel : game-engine

Maven & Gradle

Dec 16, 2021
1 stars

game-engine · This is engine for 2D football game

Table Of Contents

Latest Version

Download com.github.lipinskipawel : game-engine JAR file - Latest Versions:

All Versions

Download com.github.lipinskipawel : game-engine JAR file - All Versions:

Version Vulnerabilities Size Updated
5.0.x
4.0.x
3.5.x
3.4.x
3.3.x
3.2.x
3.1.x
3.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 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]

Advertisement