game.maps
Class MapGenerator

java.lang.Object
  extended bygame.maps.MapGenerator

public class MapGenerator
extends java.lang.Object


Constructor Summary
MapGenerator()
           
 
Method Summary
 Tile[][] tileMap(long seed, int mapSize, double density)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapGenerator

public MapGenerator()
Method Detail

tileMap

public Tile[][] tileMap(long seed,
                        int mapSize,
                        double density)