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
New features:
* Map and cell classes now have generic versions that are easier to inherit from.
* Weighted pool class...
More information
This package is no longer maintained as the PCL builds have been merged into the main "RogueSharp" NuGet package.
A library for roguelike developers to provide utilities frequently used in roguelikes or 2D tile based games (PCL Version). Inspired by libtcod
New features:
* Added new map...
More information