3.6.3 • Published 10 days ago

scrabble-cheater v3.6.3

Weekly downloads
5
License
GPL-3.0
Repository
github
Last release
10 days 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.6.3

10 days ago

3.6.2

4 months ago

3.5.10

4 months ago

3.5.9

4 months ago

3.6.1

4 months ago

3.6.0

4 months ago

3.5.8

5 months ago

3.5.7

5 months ago

3.5.6

6 months ago

3.5.5

6 months ago

3.5.4

6 months ago

3.5.3

6 months ago

3.5.2

6 months ago

3.5.1

6 months ago

3.5.0

6 months ago

3.4.0

1 year ago

3.3.1

1 year ago

3.1.3

1 year ago

3.3.0

1 year ago

3.1.2

1 year ago

3.2.0

1 year ago

3.1.1

1 year ago

3.1.5

1 year ago

3.4.1

1 year ago

3.1.4

1 year ago

3.1.0

4 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.1.3

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago