Wiki

Clone wiki

RogueSharp / RogueSharp.MapCreation / README

RogueSharp.MapCreation Namespace

[Missing <summary> documentation for "N:RogueSharp.MapCreation"]

Classes

Class Description
BorderOnlyMapCreationStrategyT The BorderOnlyMapCreationStrategy creates a Map of the specified type by making an empty map with only the outermost border being solid walls
CaveMapCreationStrategyT The CaveMapCreationStrategy creates a Map of the specified type by using a cellular automata algorithm for creating a cave-like map.
RandomRoomsMapCreationStrategyT The RandomRoomsMapCreationStrategy creates a Map of the specified type by placing rooms randomly and then connecting them with cooridors
StringDeserializeMapCreationStrategyT The StringDeserializeMapCreationStrategy creates a Map of the specified type from a string representation of the Map

Interfaces

Interface Description
IMapCreationStrategyT An generic interface for creating a new IMap of a specified type

[6]: 2014-2016 Faron Bracy

Updated