vooga.examples.networking.zombies
Class Blah

java.lang.Object
  extended by com.golden.gamedev.Game
      extended by vooga.engine.core.Game
          extended by vooga.examples.networking.zombies.Blah
All Implemented Interfaces:
Constants

public class Blah
extends Game
implements Constants


Field Summary
 
Fields inherited from class vooga.engine.core.Game
levelParser, myCurrentLevel, myPlayState, stateManager
 
Fields inherited from interface vooga.examples.networking.zombies.Constants
ATTACKDOWN, ATTACKLEFT, ATTACKRIGHT, ATTACKUP, DEATH, DEFAULT_RESOURCE_DIRECTORY, GAME_HEIGHT, GAME_WIDTH, MAIN_CLASS, PLAYER_CLASS, PLAYER_DOWN, PLAYER_LEFT, PLAYER_RIGHT, PLAYER_UP, RESOURCE_FILENAME, STATES_XML_PATH, XML_PATH, ZOMBIE_DOWN, ZOMBIE_LEFT, ZOMBIE_RIGHT, ZOMBIE_UP
 
Constructor Summary
Blah()
           
 
Method Summary
 void credit()
           
 void end()
           
 PlayState getPlayGameState()
          this method gets the play game state
 void help1()
           
 void help2()
           
 void initResources()
          We overrode this method because we have specific a subclass ResourceHandler that we implemented for our purpose
 void main()
           
static void main(java.lang.String[] args)
          Runs the game
 void pause()
           
 void play()
           
 void reset()
           
 
Methods inherited from class vooga.engine.core.Game
addGameState, getCurrentLevel, getGameStateManager, getResourceXMLPath, initGameStates, initSoundPlayer, launch, render, setAsPlayGameState, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Blah

public Blah()
Method Detail

initResources

public void initResources()
We overrode this method because we have specific a subclass ResourceHandler that we implemented for our purpose

Overrides:
initResources in class Game

play

public void play()

pause

public void pause()

main

public void main()

help1

public void help1()

help2

public void help2()

credit

public void credit()

end

public void end()

reset

public void reset()

main

public static void main(java.lang.String[] args)
Runs the game

Parameters:
args -

getPlayGameState

public PlayState getPlayGameState()
Description copied from class: Game
this method gets the play game state

Overrides:
getPlayGameState in class Game
Returns: