Hey guys, I'm brand new to C++ (Like this is my first day) and I plan on making a simple TextRPG game and I was wondering if you guys could suggest anything I should change with this battle system :)
int PlayerHealth;
int PlayerStrength;
int EnenemyStrength;
int EnenemyHealth;
If it's your first day, you might want to do other exercises before trying something like this. I know it doesn't seem like much, but a text-based RPG can quickly become very confusing.
packetpirate... lmao you're totally right. I'm doing some extremely complex stuff. I hardly know how to use the language. But at the same time it's so enriching.
If you're serious about doing && finishing this, I suggest you look at multiple source codes. Checkout sourceforge and other sites via google. I took a first look at some sources with multimedia etc and I've already learned a bunch.