toybox

Integration library for Game Gardens game hosting service.

License

License

GNU Lesser General Public License (LGPL), Version 2.1
GroupId

GroupId

com.threerings
ArtifactId

ArtifactId

toybox
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

toybox
Integration library for Game Gardens game hosting service.
Project URL

Project URL

http://github.com/threerings/game-gardens/
Source Code Management

Source Code Management

http://github.com/threerings/game-gardens/

Download toybox

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
com.google.guava : guava jar 10.0.1
com.google.inject : guice jar 2.0
com.samskivert : samskivert jar 1.5
com.samskivert : depot jar 1.5
com.threerings : getdown jar 1.1
com.threerings : narya jar 1.10
com.threerings : nenya jar 1.2
com.threerings : vilya jar 1.4
commons-digester : commons-digester jar 2.0

provided (1)

Group / Artifact Type Version
org.apache.ant : ant jar 1.8.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Game Gardens

Game Gardens is a platform for hosting simple multiplayer games written in Java. It is built atop the Narya, Nenya, and Vilya multiplayer game libraries.

This project contains the under-the-hood moving parts that make up the Game Gardens hosting platform. If you are looking to develop a game that runs on Game Gardens, you need only use the Game Gardens SDK, and you need not build the SDK from this code.

This project contains two major components:

ToyBox

The ToyBox library coordinates things like pre-game configuration and aggregates various services useful for making games. See the docs for ToyBoxContext for a summary of the services.

Gardens Webapp

This web application handles the uploading and management of games, as well as browsing and launching said games (via Java Web Start).

com.threerings

Three Rings

Versions

Version
1.1