Modules
ROT.Color | The Color Toolkit. |
ROT.Dice | A module used to roll and manipulate roguelike based dice Based off the RL-Dice library at https://github.com/timothymtorres/RL-Dice |
ROT.DijkstraMap | DijkstraMap Pathfinding. |
ROT.Display | Visual Display. |
ROT.EventQueue | Stores and retrieves events based on time. |
ROT.FOV.Bresenham | Bresenham Based Ray-Casting FOV calculator. |
ROT.FOV.Precise | Precise Shadowcasting Field of View calculator. |
ROT.FOV.Recursive | Recursive Shadowcasting Field of View calculator. |
ROT.Lighting | Lighting Calculator. |
ROT.Map.Arena | The Arena map generator. |
ROT.Map.Brogue | The Brogue Map Generator. |
ROT.Map.BrogueRoom | BrogueRoom object. |
ROT.Map.Cellular | Cellular Automaton Map Generator |
ROT.Map.Corridor | Corridor object. |
ROT.Map.Digger | The Digger Map Generator. |
ROT.Map.DividedMaze | The Divided Maze Map Generator. |
ROT.Map.Dungeon | The Dungeon-style map Prototype. |
ROT.Map.EllerMaze | The Eller Maze Map Generator. |
ROT.Map.IceyMaze | The Icey Maze Map Generator. |
ROT.Map.Rogue | Rogue Map Generator. |
ROT.Map.Room | Room object. |
ROT.Map.Uniform | The Uniform Map Generator. |
ROT.Noise.Simplex | Simplex Noise Generator. |
ROT.Path.AStar | A* Pathfinding. |
ROT.Path.Dijkstra | Dijkstra Pathfinding. |
ROT.RNG | The RNG Class. |
ROT.Scheduler | The Scheduler Prototype |
ROT.Scheduler.Action | Action based turn scheduler. |
ROT.Scheduler.Simple | The simple scheduler. |
ROT.Scheduler.Speed | The Speed based scheduler |
ROT.StringGenerator | Random String Generator. |
ROT.Text | Text tokenization and breaking routines. |
ROT.TextDisplay | Visual Display. |