Skip to content

nssalim/scrabble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Dictionaries - Scrabble

To process data from a group playing scrabble. Use dictionaries to organize players, words and points.

  • Build Point Dictionary
  • Score a Word
  • Score a Game

  • play_word function
  • A function that would take in a player and a word, and add that word to the list of words they’ve played

  • update_point_totals function
  • A function called any time a word is played

  • Make letter_to_points dictionary
  • handle lowercase inputs

    About

    Scrabble - Use dictionaries to organize players, words, and points.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages