Hi all-
Just about to launch my wee little math game for kids, however it allows submitting of high score to a global list- realizing people will be happily putting in some really bad things, lol. Especially since it’s for kids, I’m sure people will think of bad stuff, i’m sure…oi.
So, I’ve started by limiting the input name to 3 characters, just like the old school arcade scores anyway, and setting up list of “blocked names”…
…but I have now realized I need to also test all the possible upper case and lower case combos…which makes it MUCH more difficult.
Is there a better way of doing this? Or a good way of forcing the input name to all caps, to circumvent this?
Thanks!