Hi,
I'm developing a web-based game, in that an user (student) has to identify missing letters of a word. Initially, an user (a teacher) will insert few words then the game has to display the word provided by the teacher on the screen by missing few letters. Student has to identify the word and fill the gaps by dragging letters provided on the bottom of the screen.
I'm not able to understand how to split the letters of a word inserted by a teacher and make them appear on the screen with missing few letters.
For example, a teacher inserts a word 'HAPPY' then the game moves to the next screen where the student can see only few letters like H_ _P_. Student will fill the gaps by dragging the letters provided on the bottom of the screen. I'm not sure how to make the game to identify the letters of the word and display only few letters in it.
https://www.dropbox.com/s/v8ilh07jj80dnb3/Screenshot%202016-04-23%2021.24.31.png?dl=0
Please help.
Thanks.