org.vizzini.game.boardgame
Class AbstractBoardGame

java.lang.Object
  extended by org.vizzini.game.AbstractGame
      extended by org.vizzini.game.boardgame.AbstractBoardGame
All Implemented Interfaces:
IBoardGame, IGame

public abstract class AbstractBoardGame
extends AbstractGame
implements IBoardGame

Provides a board game in the game framework.

Since:
v0.1
Version:
v0.1
Author:
Jeffrey M. Thompson

Constructor Summary
AbstractBoardGame()
           
 
Method Summary
 
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
 
Methods inherited from interface org.vizzini.game.IGame
configure, configure, getAdjudicator, getEngine, getEnvironment, getGameIdentifier, getGameState, getProperties, getPropertiesPath, open, reset, save, saveAs, setPropertiesPath, start, stop
 

Constructor Detail

AbstractBoardGame

public AbstractBoardGame()


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02