Skip to content

Commit 45af1d3

Browse files
authored
Create README.md
1 parent 55857f3 commit 45af1d3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

BasicPythonScripts/Scrabble/README.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Scrabble
2+
3+
## Description
4+
5+
- It is a fun game to know your word strength.The more difficult and random words you more are the chances of your win.
6+
- It has pre-defined scores for each letter. In accordance with this score board total score of the player is calculated and winner is announced.
7+
- It has random method imported.
8+
9+
## Setup instructions
10+
11+
You just need to have latest installation of Python and you are good to go!
12+
13+
## Detailed explanation
14+
15+
Pre-defined scores:[1, 3, 3, 2, 1, 4, 2, 4, 1, 8, 5, 1, 3, 1, 1, 3, 10, 1, 1, 1, 1, 4, 4, 8, 4, 10].
16+
Every number in the list is corresponding to the no of pionts for each letter of the alphabet.
17+
The letters which are common are least scored and the one which occurs in few words are of more value.
18+
Punctuation marks are of value - 0.
19+
20+
21+
22+
## Output
23+
24+
![ExampleOutput](Scrabble\images\Outputimage.png)
25+
26+
## Author(s)
27+
28+
[Nancy Negi](https://github.com/NancyNegi23)

0 commit comments

Comments
 (0)