3.8.4 • Published 4 months ago

scrabble-cheater v3.8.4

Weekly downloads
5
License
GPL-3.0
Repository
-
Last release
4 months ago

ScrabbleCheater License: GPL v3 npm version

This is a simple Scrabble cheating tool designed for Andy's scrabble-bot (but can be used for a normal Scrabble game, too).

Of course you shouldn't be using this and I'm not responsible if people call you a cheater.

Prerequisites

Setup

ℹ️ This is a hybrid CommonJS / ESM module.

yarn
yarn dist

Run

dist/cli.js

Usage

Usage: scrabble-cheater [options]

A simple Scrabble cheating tool.

Options:
  -V, --version            output the version number
  -w, --wordlist <file>    Specify a wordlist file (mandatory)
  -l, --letters <letters>  Specify letters
  -q, --quiet              Quiet mode: displays only the letters
  -m, --maximum <number>   Specify a maximum of results
  -s, --single             Single word mode: displays each word and copies it to the clipboard
  -h, --help               output usage information

Include in your project

import {ScrabbleCheater} from 'scrabble-cheater';

new ScrabbleCheater('./my-wordlist.txt', 'l e t t e r s').start().then(matches => {
  // [ 'match1', 'match2', ... ]
});
3.8.4

4 months ago

3.8.3

4 months ago

3.8.2

7 months ago

3.7.3

9 months ago

3.8.1

8 months ago

3.8.0

8 months ago

3.6.5

11 months ago

3.6.4

1 year ago

3.7.2

11 months ago

3.7.1

11 months ago

3.7.0

11 months ago

3.6.3

1 year ago

3.6.2

2 years ago

3.5.10

2 years ago

3.5.9

2 years ago

3.6.1

2 years ago

3.6.0

2 years ago

3.5.8

2 years ago

3.5.7

2 years ago

3.5.6

2 years ago

3.5.5

2 years ago

3.5.4

2 years ago

3.5.3

2 years ago

3.5.2

2 years ago

3.5.1

2 years ago

3.5.0

2 years ago

3.4.0

2 years ago

3.3.1

2 years ago

3.1.3

2 years ago

3.3.0

2 years ago

3.1.2

2 years ago

3.2.0

2 years ago

3.1.1

2 years ago

3.1.5

2 years ago

3.4.1

2 years ago

3.1.4

2 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago