https://github.com/codereport/scrabble
A scrabble game that helps you train.
https://github.com/codereport/scrabble
Last synced: 4 months ago
JSON representation
A scrabble game that helps you train.
- Host: GitHub
- URL: https://github.com/codereport/scrabble
- Owner: codereport
- License: mit
- Created: 2020-12-13T01:27:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-31T00:00:35.000Z (6 months ago)
- Last Synced: 2026-01-03T08:58:39.782Z (6 months ago)
- Language: HTML
- Homepage:
- Size: 5.03 MB
- Stars: 14
- Watchers: 1
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
HookStar 🏴☠️⭐

### Scrabble Dictionaries
|Acronym|Full Name|Latest Edition|
|:-:|:-:|:-:|
|OSPD|Official Scrabble Player's Dictionary|6th|
|NWL*|[NASPA](http://www2.scrabbleplayers.org/w/Welcome_to_NASPAWiki) Word List|2020|
|CSW**|Collins Scrabble Words|6th|
\* Formerly OTCWL
\*\* Formerly SOWPODS
NWL is a modified / extended version of OSPD and is used by the North American Scrabble Players Association (NASPA). CSW is used by international competitions.
### Building
For Python, you need to install the following with `pip3`:
```sh
pip3 install arcade more_itertools numpy result optional.py
```
### Running
```sh
cd scrabble/scrabble/python
python3 main.py
```
### Demo
You can see a short demo from [7:46-11:19](https://youtu.be/nXZQfdxWgh0?t=466) of my Beautiful Python Refactoring II talk.