mr-snarm's Stars
Thraka/SadConsoleEditor
An editor for creating consoles used by SadConsole
Chris3606/GoRogue
.NET Standard roguelike library in C#. Features many algorithms and data structures pertinent to roguelike/2D game developers, specifically designed to be minimally intrusive upon the developer's architecture.
thesadrogue/SadConsole.GoRogueHelpers
Helpers for making SadConsole games with GoRogue
Thraka/SadConsole
A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
FaronBracy/RogueSharp
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