Class Index | File Index

Classes


Class ROT.Map.Uniform


Extends ROT.Map.Dungeon.
Dungeon generator which tries to fill the space evenly. Generates independent rooms and tries to connect them.
Defined in: <rot.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
ROT.Map.Uniform(width, height, options)
Method Summary
Method Attributes Method Name and Description
 
create(callback)
Create a map.
Methods borrowed from class ROT.Map.Dungeon:
getCorridors, getRooms
Class Detail
ROT.Map.Uniform(width, height, options)
Parameters:
width
height
options
Method Detail
create(callback)
Create a map. If the time limit has been hit, returns null.
Parameters:
callback
See:
ROT.Map#create

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Mar 08 2013 11:07:30 GMT+0100 (CET)