actually, if he wanted to make sure that if people use caps it would still work, he should use .lower() because the code only accepts lowercase letters for its initial two answers. Also, in the case of the heroes, you should make their variables all lowercase, because in the case of Blue_Fire64, you will not be able to change "blue_fire64" to "Blue_Fire64" with lower, upper, or capitalize, you will have to take the input apart and capitalize certain letters, so I think it will be easier to make everything lower :) Good game tho.
Battle Game but i add my friends ideas
i made this b/c a friend asked me to og: https://replit.com/talk/share/i-fixed-ChaosEmerald-s-battle-game/139673
actually, if he wanted to make sure that if people use caps it would still work, he should use .lower() because the code only accepts lowercase letters for its initial two answers. Also, in the case of the heroes, you should make their variables all lowercase, because in the case of Blue_Fire64, you will not be able to change "blue_fire64" to "Blue_Fire64" with lower, upper, or capitalize, you will have to take the input apart and capitalize certain letters, so I think it will be easier to make everything lower :) Good game tho.