game_Lect04Version
Class GameDriver

java.lang.Object
  extended by game_Lect04Version.GameDriver

public class GameDriver
extends java.lang.Object

This app launches our shooter game (which is not really functional at this point). This app launches the game in a CORRECT. It is provided here for illustration and teaching purposes.

Author:
mb

Constructor Summary
GameDriver()
           
 
Method Summary
static void launchGame()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameDriver

public GameDriver()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException,
                        java.lang.reflect.InvocationTargetException
Parameters:
args - no command-line args are understood by this app
Throws:
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException

launchGame

public static void launchGame()