Not Working for some reasonEven if it's not the problem you are currently having, you should change it still because your varia...
Not Working for some reasonTry [code]char* name;[/code] instead of [code]char name;[/code]. You're using a single character ins...
#define@Peter87 Yes, I did define it inside the Figure class body. @EssGeEich Although I don't quite unders...
Any comments on my text based gameHi, I [b]strongly[/b] recommend this tutorial to get you started on ascii roguelikes. Once you have ...
#defineI applied what @Peter87 said to all of my code, and it worked! The only error I have now is when I t...