Skip to content

C# program that returns the scrabble score of a user-inputted word

Notifications You must be signed in to change notification settings

fractalscape13/scrabblescore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrabble Score

A C# console program to check a word for its scrabble score, 03.05.2020

Description

Lets a user enter a word and see its scrabble score.

Setup/Installation Requirements

Specifications

Behavior Input Output
Allow a user to enter a word Example: Word Return: "Your word is: "word". "
Allow program to only accept letters as input Example: 12fs Return: "Please enter a word using letters"
Allow a user to recieve a point score for the word they input Example: "word" Return: "word" is worth 8 Scrabble points.

Known Bugs

No known bugs

Support and contact details

Have feedback, found a bug, or just want to say hi? Submit a pull request on the repository

Technologies Used

Git, C#, dotnet, MSTest

License

MIT License, 2020

About

C# program that returns the scrabble score of a user-inputted word

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages