Class StartApplication

java.lang.Object
controller.StartApplication

public class StartApplication extends Object

Title: Misc

Description:

Copyright: Copyright (c) 2005

Company: TAFE SA

Since:
April 2012 General upgrade, including following aspects: DAO - included table creation and recreation code into appropriate DAO classes - separated the connection to mysql from connecting to the spaceinvaders database so creation of database can be included in DB setup. Controller for Game - Fixed bug in dying sprite sequence for ship General - added user game information aspects when logging in - Improved logging so same logger used through project
  • Constructor Details

    • StartApplication

      public StartApplication()
  • Method Details

    • main

      public static void main(String[] argv) throws Exception
      The entry point into the game.
      Parameters:
      argv - The arguments that are passed into our game
      Throws:
      Exception