Re: Showing the Number of Correct but Out of Place Character in Java

I haven't played much with java, but you could try counting the number and type of characters in the correct string and storing them for comparisons. When the user inputs a string, do a full string match check, if it fails count the type and number of characters in the users string and compare them to the correct strings data, you could even go on a character by character basis to indicate which ones don't match.

Here's some java links that may help: [String Matches][Char Count]

_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : king gamer222 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector

Reply via email to