An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

#

HookStar 🏴‍☠️⭐












![image](https://user-images.githubusercontent.com/36027403/203172953-de794379-4e67-4568-a620-39ea04104286.png)

### 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.