Hi all. First post here.
I made a roguelike library in C++ called Easy Roguelike (EZRL) Library. It was originally intended to offer a better introduction to roguelike development than the tutorial called, "Terror in an ascii dungeon". I thought if I created a MSVC++ downloadable solution that is open source and offer a small getting started guide, beginners might find some use for it. To my knowledge very few people have tried it.
So I thought I would announce it to this community. It, of course, is not intended to compete with more mature and better libraries like libtcod. It is just supposed to be quick and easy. It was originally intended as a stepping stone so that a newbie programmer could see how I made the demo program. In fact, I am hesitant to call it a tutorial since I do not want to be responsible if I am teaching any bad habits or incorrect info.
The code is fully documented and the user guide is about half finished. The code is not in a final release yet and I will probably update it in the future.
I am using it to develop a rl now and I hope to have a first release shortly. Just thought others might get a kick out of it.
You can check it out at:
http://dephbokks.com/dephbokks-programming-article.html