RogueSharp

From RogueBasin
Revision as of 02:26, 16 July 2014 by Poisander (talk | contribs) (Created page with "== Introduction == RogueSharp is a free library written in C# to help Roguelike developers get a head start on their game. RogueSharp provides utility functions for dealing...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

RogueSharp is a free library written in C# to help Roguelike developers get a head start on their game.

RogueSharp provides utility functions for dealing with:

  • map generation
  • field-of-view calculations
  • path finding
  • random number generation
  • goal maps

The source code is available on BitBucket at

Getting Started

  • Visit the RogueSharp blog at for tips and tutorials
  • A NuGet package is available at
  • The wiki on BitBucket provides documentation for all of the classes and methods at