vooga.games.tronupdate.util
Class RandomLayoutGenerator

java.lang.Object
  extended by vooga.games.tronupdate.util.RandomLayoutGenerator

public class RandomLayoutGenerator
extends java.lang.Object


Constructor Summary
RandomLayoutGenerator()
           
 
Method Summary
 Grid[][] generateGrid(int numRow, int numCol, int[] startX, int[] startY)
           
 java.util.Stack<java.lang.Integer> randomBonus(int dimension)
           
 void setDifficultyLevel(int diff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomLayoutGenerator

public RandomLayoutGenerator()
Method Detail

setDifficultyLevel

public void setDifficultyLevel(int diff)

generateGrid

public Grid[][] generateGrid(int numRow,
                             int numCol,
                             int[] startX,
                             int[] startY)

randomBonus

public java.util.Stack<java.lang.Integer> randomBonus(int dimension)