Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eczy/freebee
https://github.com/eczy/freebee
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eczy/freebee
- Owner: eczy
- Created: 2022-05-27T01:47:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T21:59:37.000Z (over 2 years ago)
- Last Synced: 2024-10-27T17:37:55.217Z (3 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Freebee
A simple Rust implementation of the classic New York Times [Spelling Bee] game.
## Usage (CLI)
```
USAGE:
freebee-cli [OPTIONS] --wordlistOPTIONS:
-h, --help Print help information
-s, --seed Seed for RNG. If none provided, seeds from entropy
-V, --version Print version information
-w, --wordlist Path to wordlist
```Finding a good wordlist is hard, but a decent option can be found [here].
## In-game Commands:
```
? - display this message
\rules - display the rules of the game
\grid - display a matrix letter x length for every word in the puzzle
\2ll - (two letter list) display a count for the number of words starting with each two letter pair
\solve - print all solutions to the puzzle
\quit - exit the game
```For more information on how to use the grid, see [this NYT page].
[Spelling Bee]: https://www.nytimes.com/puzzles/spelling-bee
[this NYT page]: https://www.nytimes.com/2021/07/26/crosswords/spelling-bee-forum-introduction.html
[here]: https://www-personal.umich.edu/~jlawler/wordlist.html