words
rebus
I want to create a word game that is in the form of a rebus composed of words I write in a database. I would like to do it in such a way that when the player guesses the word using randomly provided letters from the database, the word is displayed in a box. After the word is displayed, the letters should be changed, and another word should be proposed to be guessed, until all the spaces in the rebus are filled. I am seeking advice or video tutorials that can help me accomplish this independently