kentttt Posted July 21, 2017 Share Posted July 21, 2017 please help me on making my picture guessing game i need help on the codes on the button and how to know if i entered the right answers ..please help Link to comment Share on other sites More sharing options...
kentttt Posted July 21, 2017 Author Share Posted July 21, 2017 using phaser Link to comment Share on other sites More sharing options...
QLNEO Posted July 21, 2017 Share Posted July 21, 2017 From what I gather, you need the player to click the letters in sequence and then read the result? Well, you'd need a click listener in each letter below that adds the letter to the word (the word itself should be stored in your engine for your game to analyse, of course!), then, to get the right answer, you just compare the word the user input to the correct word.Here's an example of click listeners in action if you need it. Link to comment Share on other sites More sharing options...
kentttt Posted August 13, 2017 Author Share Posted August 13, 2017 i have another problem because our panels want our levels to be random so that if they play it on their device they cannot cheat if the other person answered that level for example person 1 answered the 1st level then all he need to do is ask the person 1 the answer to that level sorry for poor explenation Link to comment Share on other sites More sharing options...
Recommended Posts