game
Class Create

java.lang.Object
  extended by game.Create

public class Create
extends java.lang.Object


Constructor Summary
Create()
           
 
Method Summary
static void defaultAliases()
          Adds default aliases to the game Structure: aliases.add(" ");
static java.util.ArrayList<Grid> init()
          Used to create the game.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Create

public Create()
Method Detail

init

public static java.util.ArrayList<Grid> init()
Used to create the game. The initial map ArrayList must be used and returned. The first grid added to the list is the starting grid, and the first room added to this grid is the starting room.


defaultAliases

public static void defaultAliases()
Adds default aliases to the game Structure: aliases.add(" ");