|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectGameDriver
public class GameDriver
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.
| Constructor Summary | |
|---|---|
GameDriver()
|
|
| Method Summary | |
|---|---|
static void |
launchGame()
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GameDriver()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.InterruptedException,
java.lang.reflect.InvocationTargetException
args - no command-line args are understood by this app
java.lang.reflect.InvocationTargetException
java.lang.InterruptedExceptionpublic static void launchGame()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||