I can't figure out why I am breaking out of my do while loop when both my conditions are true. Am I using the do while loop wrong? I've checked my variabes during debugging and they are still both set to true when it hits the while portion but then just skips over it rather then running it again.
PS i'm pretty new at coding, if you have a comment on my style please share it in a positive way ;)
You say both choice and playerIsNotDead are true, but the do while still exits?
Well, the computer can't be wrong, so let's see some relevant code (like, playerIsNotDead/choice declaration, initialization, etc.).