I have made my first text based game in c++, and it is quite long(805 lines). I have taken some time to debug and make the code more readable. If anyone who tries it discovers any bugs/find some way to make the code more readable, please reply. Any feedback is appreciated!
opiop65, you write how manny skillpoints that you want to put on each skill, at a macimum of two, example:
Pick two skillpoints
How many skillpoints do you want to put on endurance? 0
How many skillpoints do you want to put on fighting? 1
How many skillpoints do you want to put on magic? 1
How many skillpoints do you want to put on speaking? 0
As long as you just write numbers, there shouldn't be any problems.
Pretty good. I'd put a boss zombie after a little while to make it more interesting.
Also, use a char when there are only two options like at the magician: "Would you like to train your magic? Enter y/n: "
lets say that you called the char char cMagician. Then you could put: