main
Class Main

java.lang.Object
  extended by main.Main

public class Main
extends java.lang.Object

Contains only the main method where the game starts. Asks the user for command line or graphich interface and the game begins.


Constructor Summary
Main()
           
 
Method Summary
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

Main

public Main()
Method Detail

main

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