org.vizzini.game
Class DefaultGame
java.lang.Object
org.vizzini.game.AbstractGame
org.vizzini.game.DefaultGame
- All Implemented Interfaces:
- IGame
public class DefaultGame
- extends AbstractGame
Provides default functionality for games in the game framework. A game
instance assembles the appropriate pieces to create a full game. These
pieces consist of an engine, an environment, and an adjudicator.
- Since:
- v0.1
- Version:
- v0.1
- Author:
- Jeffrey M. Thompson
Methods inherited from class org.vizzini.game.AbstractGame |
configure, configure, createEngine, createGameState, getAdjudicator, getEngine, getEnvironment, getGameIdentifier, getGameState, getProperties, getPropertiesPath, loadProperties, open, reset, save, saveAs, setPropertiesPath, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultGame
public DefaultGame()
Copyright © 2007 Vizzini.org. All Rights Reserved.
|
2007.12.25.03.00.02 |