RogueSharp

From RogueBasin
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 https://bitbucket.org/FaronBracy/roguesharp

Getting Started