/ScrabbleScore

C# application that takes a word input and returns its Scrabble score.

Primary LanguageC#

Specs

  1. User input collected
  2. Input gets put into a list/array
  3. Each character of the input gets assigned points based on Scrabble Scores
  4. Points are added together to get final score
  5. Final score is returned to user