XNA doesn't support any type of "console" class, but it does support something cool called a SpriteFont. This takes a TrueType font and (basically) renders a spritesheet of the font, in the form of an XNB file. So if you're looking to do a Roguelike in XNA, you're gold, right? Just...