Skip to content

NoelKirkland/Scrabble.Score.Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SCRABBLE SCORE

A program to tell you the scrabble score of a word.

By KEVIN DAVIS, NOEL KIRKLAND

Description

Application will take a user inputted word and return a scrabble score based of the value of each letter.

Specs

Spec Input Output Done?

| Program will recieve a word. | input: "Hello" | output: N/A | [ ] |

| Program will only take letters | input: "Hello" | output: N/A | [ ] |

| Program will hold a score value for every letter. | input: "a" | output: 1 | [ ] |

| Program will return a "score" value for a single word. | input: "Hello" | output: 9 | [ ] |

| Program will return a "score" value for multiple words. | input: "Hello world" | output: 18 | [ ] |

Setup/Installation Requirements

Known Bugs

No known bugs at this time.

Support and contact details

For questions, comments, or collaboration contact me at thekidnamedkd@gmail.com

Technologies Used

  • C#/.NET
  • Markdown

License

GPL license distribution

Copyright (c) 2020 Kevin Davis & Noel Kirkland

About

C# week 1 practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages