Skip to content

parulmishra/Scrabble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Srabble

Scrabble 08.10.17

By Parul Mishra Dubedy

Description

This Mvc application takes a word and returns a score based on characters of the word.

Behavior Input Output
1. When the user enters a character and clicks a button Generate Score , their score is generated. > word entered: A
1
2. When the user enters a word and clicks a button Generate Score , their score is generated. > word entered: AEIOULNRST
10
3. When the user enters a character and clicks a button Generate Score , their score is generated. > word entered: D
2
4. When the user enters a word and clicks a button Generate Score , their score is generated. > word entered: DG
4
5. When the user enters a character and clicks a button Generate Score , their score is generated. > word entered: B
3
6. When the user enters a word and clicks a button Generate Score , their score is generated. > word entered: BCMP
12
7. When the user enters a character and clicks a button Generate Score , their score is generated. > word entered: F
4
8. When the user enters a word and clicks a button Generate Score , their score is generated. > word entered: FHVWY
20
9. When the user enters a character and clicks a button Generate Score , their score is generated. > word entered: K
5
10. When the user enters a character and clicks a button Generate Score , their score is generated. > word entered: J
8
11. When the user enters a character and clicks a button Generate Score , their score is generated. > word entered: JX
16
12. When the user enters a character and clicks a button Generate Score , their score is generated. > word entered: Q
10
13. When the user enters a character and clicks a button Generate Score , their score is generated. > word entered: QZ
20

Setup/Installation Requirements

  • Clone this repository

Known Bugs

  • No known bugs at this time

Technologies Used

HTML CSS BootStrap MVC C# MSTest

License

This software is licensed by the MIT License

Copyright (c) 2017 Parul Mishra Dubedy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published