FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Awesome_Python_Scripts/BasicPythonScripts/Scrabble at main · prathimacode-hub/Awesome_Python_Scripts · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Scrabble

Description

  • It is a fun game to know your word strength.The more difficult and random words you more are the chances of your win.
  • It has pre-defined scores for each letter. In accordance with this score board total score of the player is calculated and winner is announced.
  • It has random method imported.

Setup instructions

You just need to have latest installation of Python and you are good to go!

Detailed explanation

Pre-defined scores:[1, 3, 3, 2, 1, 4, 2, 4, 1, 8, 5, 1, 3, 1, 1, 3, 10, 1, 1, 1, 1, 4, 4, 8, 4, 10]. Every number in the list is corresponding to the no of pionts for each letter of the alphabet. The letters which are common are least scored and the one which occurs in few words are of more value. Punctuation marks are of value - 0. Every letter is given a score according to the score chart, then adding up the values of each letter final score is calculated.

Output

Author(s)

Nancy Negi


Back | FazBrowse Home | New Git URL