Dungeon Crawl Game

If you would like to please look at this game and make comments on it. Also, feel free to make suggestions on how to advance the program/code.
http://paste.ofcode.org/32XKwhdvXDDmsTNHwYYswGX
use const with your maps. Try to avoid using namespace std(instead do std::). and instead of using a bunch of if statements(like for movement) use switches
Topic archived. No new replies allowed.