pacman.engine
Class Game

java.lang.Object
  extended by pacman.engine.Game

public class Game
extends java.lang.Object

The application's driver class; starts the program and creates the menu.


Constructor Summary
Game()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs the application and displays the main menu.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Game

public Game()
Method Detail

main

public static void main(java.lang.String[] args)
Runs the application and displays the main menu.