erland.game.tileadventure
Class TileAdventure
java.lang.Object
  
erland.game.GamePanelHandlerForApplication
      
erland.game.tileadventure.TileAdventure
- All Implemented Interfaces: 
 - GameEnvironmentInterface, GamePanelHandlerApplicationInterface, GamePanelHandlerImplementationInterface, GamePanelHandlerInterface, GameServerEnvironmentInterface, TimerListenerInterface, ActionListener, EventListener
 
public class TileAdventure
- extends GamePanelHandlerForApplication
- implements GamePanelHandlerApplicationInterface
  
This is the main class for the client part of the adventure game
 
 
| Methods inherited from class erland.game.GamePanelHandlerForApplication | 
actionPerformed, addPanel, askUserForFullscreen, askUserForOptions, cheatWord, createImageCreator, createScreenHandler, getApplication, getCustomEnvironment, getFrameDelay, getFullScreen, getHighScore, getHighScoreList, getImageCreator, getImageHandler, getScreenHandler, getStorage, init, initExtraButtons, initHandler, run, setCustomEnvironment, setExtraButtonsVisible, setHighScore, setImageHandler, setStorage, tick | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TileAdventure
public TileAdventure(String type)
main
public static void main(String[] args)
- Main method that starts the game
 
- Parameters:
 args - hostname username
 
 
getDisplayModes
public DisplayMode[] getDisplayModes()
- Specified by:
 getDisplayModes in interface GamePanelHandlerApplicationInterface
 
 
initGames
public void initGames(GamePanelHandlerInterface handler)
- Specified by:
 initGames in interface GamePanelHandlerApplicationInterface
 
 
Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.