org.vizzini.game.boardgame
Class AbstractBoardGame
java.lang.Object
org.vizzini.game.AbstractGame
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
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 |
AbstractBoardGame
public AbstractBoardGame()
Copyright © 2007 Vizzini.org. All Rights Reserved.
|
2007.12.25.03.00.02 |