erland.game.tileadventure
Class TileAdventure

java.lang.Object
  extended by erland.game.GamePanelHandlerForApplication
      extended by 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


Constructor Summary
TileAdventure(String type)
           
 
Method Summary
 DisplayMode[] getDisplayModes()
           
 void initGames(GamePanelHandlerInterface handler)
           
static void main(String[] args)
          Main method that starts the 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
 

Constructor Detail

TileAdventure

public TileAdventure(String type)
Method Detail

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.