I'm new at this "self teaching" so bare with me.
I'm trying to build a basic word search game and I'm not sure how to go about making it so the user can select each individual letter "highlight each" until the complete word is found. would i need to put each letter into a button or image. then use some sort of array to validate if correct/incorrect??
any help in the right direction will do. thx in advance.
additional info:
as in word search i mean something like..
a z p S T O P t v m c
a p t O o i z l m v p
b l i l l a v p c t m
..etc
I'm trying to build a basic word search game and I'm not sure how to go about making it so the user can select each individual letter "highlight each" until the complete word is found. would i need to put each letter into a button or image. then use some sort of array to validate if correct/incorrect??
any help in the right direction will do. thx in advance.
additional info:
as in word search i mean something like..
a z p S T O P t v m c
a p t O o i z l m v p
b l i l l a v p c t m
..etc