c

core

Core Project of the CodinGame engine toolkit. Core components to create a game and communicate with the view.
Files download
File Operation
core-4.3.2.jar download
core-4.3.2.pom download
core-4.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.codingame.gameengine</groupId>
  <artifactId>core</artifactId>
  <version>4.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.codingame.gameengine:core:4.3.2'
Gradle Kotlin
implementation("com.codingame.gameengine:core:4.3.2")
Scala SBT
libraryDependencies += "com.codingame.gameengine" % "core" % "4.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.codingame.gameengine', module='core', version='4.3.2')
)
Apache Ivy
<dependency org="com.codingame.gameengine" name="core" rev="4.3.2" />
Leiningen
[com.codingame.gameengine/core "4.3.2"]
Apache Buildr
'com.codingame.gameengine:core:jar:4.3.2'