How to score words in word game?
Oscar_Armas
Member, PRO Posts: 2
I am currently making a word game. How can I score each word a user submits based on the letters they use (say A=10 points, D=20 points)? So if the player submitted the word "Add" they would receive 50 points. I have already set up a Score attribute and a display for it. The player's input is also stored in an attribute. Thank you.
Answers