A .NET Standard class library providing map generation, path-finding, and field-of-view utilities frequently used in roguelikes or 2D tile based games. Inspired by libtcod
Generic collection class that allows items to be selected at random, while taking weights into consideration.
These could be used to represent treasure tables common in roleplaying games, such as:
http://www.d20srd.org/srd/treasure.htm
Additional Changes
Pathfinder class added caching for improved performance when finding multiple paths from the same source.
Weighted Pools
Generic collection class that allows items to be selected at random, while taking weights into consideration. These could be used to represent treasure tables common in roleplaying games, such as: http://www.d20srd.org/srd/treasure.htm
Additional Changes