JRoboCom core

The game core infrastructure

License

License

GroupId

GroupId

com.github.thehilikus.jrobocom
ArtifactId

ArtifactId

jrobocom-core
Last Version

Last Version

1.0.0-beta-02
Release Date

Release Date

Type

Type

jar
Description

Description

JRoboCom core
The game core infrastructure

Download jrobocom-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-core/ -->
<dependency>
    <groupId>com.github.thehilikus.jrobocom</groupId>
    <artifactId>jrobocom-core</artifactId>
    <version>1.0.0-beta-02</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-core/
implementation 'com.github.thehilikus.jrobocom:jrobocom-core:1.0.0-beta-02'
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-core/
implementation ("com.github.thehilikus.jrobocom:jrobocom-core:1.0.0-beta-02")
'com.github.thehilikus.jrobocom:jrobocom-core:jar:1.0.0-beta-02'
<dependency org="com.github.thehilikus.jrobocom" name="jrobocom-core" rev="1.0.0-beta-02">
  <artifact name="jrobocom-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thehilikus.jrobocom', module='jrobocom-core', version='1.0.0-beta-02')
)
libraryDependencies += "com.github.thehilikus.jrobocom" % "jrobocom-core" % "1.0.0-beta-02"
[com.github.thehilikus.jrobocom/jrobocom-core "1.0.0-beta-02"]

Dependencies

compile (3)

Group / Artifact Type Version
org.ow2.asm : asm jar 4.1
ch.qos.logback : logback-classic jar 1.0.13
com.github.thehilikus.events : event-manager jar 1.0.0

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.8.5
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

JRobocom Build Status Coverage Status

Java implementation of the classic Robocom programming game

For instructions on how to play the game see the wiki guide

Versions

Version
1.0.0-beta-02
1.0.0-beta-01