Category:Roguelike
From Game Making Tools Wiki
Though there aren't many tools specifically designed for making roguelikes, pretty much anything'll do. Something like RPG Maker or Adventure Construction Kit might be particularly helpful as they already handle inventories and fighting (if you're into that) (though you miss out on being able to have the player use a lot of the keyboard).
If you're interested in programming (python, C, C++) libtcod is a popular library with good tutorials.
See Also
- The RogueBasin wiki.