
About
This is the official source code release for Rogue Legacy, the 2013 platformer roguelike, provided by developer Cellar Door Games — specifically the code only, using the FNA build. It does not include the original game's assets or content project, which must be supplied separately from a legitimately owned copy. The source is released under a specialized non-commercial-use license, and building it requires setting up the FNA framework and its native libraries.
Getting started
Building requires cloning both this repository and FNA, then running `dotnet build`; you also need to manually copy the Content folder from your own copy of the game, plus the appropriate native FNA libraries for your platform, before the game will run. A separate original level editor exists but is no longer compatible with the current version of the game.
History
This is the official Rogue Legacy source release by Cellar Door Games, made available under a non-commercial license rather than as a fully open-source project.