SlashNet is a platform upon which Rogue-likes (though more specifically, Hack-likes) can be built. NetHack is being used as the reference imlementation, though I don't aim to clone/port it exactly.
The project is in C#, the core library runs on both .NET and mono.
There ar...