Jogre API, Version 0.1 Alpha

This document is the API specification for JOGRE (Java Online Gaming Real-time Engine), version 0.1 alpha.

See:
          Description

Packages
org.jogre.awt This package contains visual classes which aid the creation of games.
org.jogre.client This package contains non-visual classes which only the client makes use of including the network connection, the game model and controller.
org.jogre.comm This package contains a number of communication objects (communication classes start with Comm) amd two Interface's which describe the protocol.
org.jogre.common This package contains classes which are common to both a client or a server.
org.jogre.common.playerstate This package implements the "state" design pattern for each player at a particular table to easily keep state such as sitting, standing, ready to player etc.
org.jogre.server This package contains server specific classes.
org.jogre.test This package contains test cases.
org.jogre.util This package contain various utility classes.

 

This document is the API specification for JOGRE (Java Online Gaming Real-time Engine), version 0.1 alpha.