Last Version

CodinGame Game Engine 4.3.0

Parent and Reactor Project of the CodinGame engine toolkit.

License

License

GroupId

GroupId

com.codingame
ArtifactId

ArtifactId

gameengine
Version

Version

4.3.0
Type

Type

pom
Description

Description

CodinGame Game Engine
Parent and Reactor Project of the CodinGame engine toolkit.
Project URL

Project URL

https://www.codingame.com
Source Code Management

Source Code Management

https://github.com/CodinGame/codingame-game-engine

Download gameengine 4.3.0

Filename Size
gameengine-4.3.0.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.codingame/gameengine/ -->
<dependency>
    <groupId>com.codingame</groupId>
    <artifactId>gameengine</artifactId>
    <version>4.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codingame/gameengine/
implementation 'com.codingame:gameengine:4.3.0'
// https://jarcasting.com/artifacts/com.codingame/gameengine/
implementation ("com.codingame:gameengine:4.3.0")
'com.codingame:gameengine:pom:4.3.0'
<dependency org="com.codingame" name="gameengine" rev="4.3.0">
  <artifact name="gameengine" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codingame', module='gameengine', version='4.3.0')
)
libraryDependencies += "com.codingame" % "gameengine" % "4.3.0"
[com.codingame/gameengine "4.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • engine/core
  • engine/modules/entities
  • engine/modules/endscreen
  • engine/modules/toggle
  • engine/modules/tooltip
  • engine/modules/viewport
  • engine/community-modules/camera
  • runner