-> // 20 Words. 20 Seconds. \\ <- For each prompt, type an English word that meets the criteria given. Words previously used cannot be used again. Use “=” to Backspace # WORD SCORING -----------------# Every Word you complete Scores as how many have been previously completed. (e.g. word #1 scores 1 point, word #8 scores 8 points, and word #20 score 20 points) Every letter scores 3 points, except the first two, each scoring 1 and 2 points. (this means that longer words score more points) As an example, “hello” scores 1, 2, 3, 3, and 3 points. In order to quickly calculate how much your word will score, take the (total length - 1) * 3, unless it’s just one long. Then, that’d score 1 point. An example for all of this together: Word: . tutorial Calculation: - length: 8, word #: 5 Point Total: (7*3) + 5 = 21 + 5 = 26 #CREDITS ---------------------------# # - Code: 100% by me. # - Art: Me (pen) # - Music: (tbh idrk) # - Concept: Kevin Hutchins # --------------------------------------# ❤️⭐ if you enjoy and stuff - cya! :) ~>