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
#buff dummy
you didn't give me credit... :(
you should use .upper() in order to make sure that if people use caps it will still work, but other than that its great!
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.
i did it but .upper or .lower makes it so that anything with an upper (.upper) or lower (.lower) case letter in it's name dosen't work. i diden't use that for some things.
but only on the actual game not this one
how did this blow up so fast?