JRobocom

Java implementation of the classic Robocom programming game
For instructions on how to play the game see the wiki guide
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.thehilikus.jrobocom.samples.legends |
| ArtifactId | ArtifactIdlegends |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionLegendary Robots
Classic Legends of the original game
|
| Filename | Size |
|---|---|
| legends-1.1.pom | 669 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.legends/legends/ -->
<dependency>
<groupId>com.github.thehilikus.jrobocom.samples.legends</groupId>
<artifactId>legends</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.legends/legends/
implementation 'com.github.thehilikus.jrobocom.samples.legends:legends:1.1'
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.legends/legends/
implementation ("com.github.thehilikus.jrobocom.samples.legends:legends:1.1")
'com.github.thehilikus.jrobocom.samples.legends:legends:pom:1.1'
<dependency org="com.github.thehilikus.jrobocom.samples.legends" name="legends" rev="1.1">
<artifact name="legends" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thehilikus.jrobocom.samples.legends', module='legends', version='1.1')
)
libraryDependencies += "com.github.thehilikus.jrobocom.samples.legends" % "legends" % "1.1"
[com.github.thehilikus.jrobocom.samples.legends/legends "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.thehilikus.jrobocom : jrobocom-core | jar | 1.0.0-beta-02 |

Java implementation of the classic Robocom programming game
For instructions on how to play the game see the wiki guide