vooga.games.galaxyinvaders
Class Blah

java.lang.Object
  extended by com.golden.gamedev.Game
      extended by vooga.engine.core.Game
          extended by vooga.games.galaxyinvaders.Blah

public class Blah
extends Game

The GalaxyInvaders class is the main Game class for Galaxy Invaders. It keeps track of the sprites, and has update called every turn by GoldenT, from which it calls update methods on all its sprite groups. There are no command line arguments to run GalaxyInvaders.


Field Summary
 
Fields inherited from class vooga.engine.core.Game
levelParser, myCurrentLevel, myPlayState, stateManager
 
Constructor Summary
Blah()
           
 
Method Summary
 void gameOver()
           
 GameState getPlayGameState()
          this method gets the play game state
 void initResources()
          Method inherited from Game.
static void main(java.lang.String[] args)
          Java main method
 void pauseGame()
           
 void resumeGame()
           
 void startNewGame()
           
 void switchLevel()
           
 void update(long elapsed)
           
 
Methods inherited from class vooga.engine.core.Game
addGameState, getCurrentLevel, getGameStateManager, getResourceXMLPath, initGameStates, initSoundPlayer, launch, render, setAsPlayGameState
 
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()
Method inherited from Game. Initializes the game state and all the sprites in the game.

Overrides:
initResources in class Game

update

public void update(long elapsed)
Overrides:
update in class Game

getPlayGameState

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

Overrides:
getPlayGameState in class Game
Returns:

pauseGame

public void pauseGame()

resumeGame

public void resumeGame()

gameOver

public void gameOver()

startNewGame

public void startNewGame()

switchLevel

public void switchLevel()

main

public static void main(java.lang.String[] args)
Java main method

Parameters:
args - do nothing