Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bertrandom/wordler
Play WORDLE on the command line.
https://github.com/bertrandom/wordler
cli golang wordle
Last synced: 23 days ago
JSON representation
Play WORDLE on the command line.
- Host: GitHub
- URL: https://github.com/bertrandom/wordler
- Owner: bertrandom
- Created: 2021-11-30T17:45:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T07:54:40.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T01:58:07.343Z (6 months ago)
- Topics: cli, golang, wordle
- Language: Go
- Homepage:
- Size: 104 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordler
Play [WORDLE](https://www.powerlanguage.co.uk/wordle/) on the command line.
[![demo](https://asciinema.org/a/452632.svg)](https://asciinema.org/a/452632?autoplay=1)
## Installation
If you don't have go installed, you can install it with:
```
brew install go
```Check your version:
```
go version
```It should be at least 1.17.
And then:
```
go install github.com/bertrandom/wordler@latest
```## Usage
```
wordler
```If you want to play a different date, try:
```
wordler -date 2021-11-24
```Wordler now uses the NYTimes word list because that's what everyone else is using, but if you want to use the original wordlist, use the `-legacy` flag, like this:
```
wordler -legacy
```