https://github.com/karstenpedersen/wordle-cli
Wordle CLI made in Go.
https://github.com/karstenpedersen/wordle-cli
cli cobra-cli game go wordle wordle-clone
Last synced: 11 months ago
JSON representation
Wordle CLI made in Go.
- Host: GitHub
- URL: https://github.com/karstenpedersen/wordle-cli
- Owner: karstenpedersen
- License: mit
- Created: 2024-03-10T11:58:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T11:28:50.000Z (over 2 years ago)
- Last Synced: 2025-08-30T15:04:18.042Z (11 months ago)
- Topics: cli, cobra-cli, game, go, wordle, wordle-clone
- Language: Go
- Homepage:
- Size: 6.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordle CLI
Wordle clone for the CLI made with Go.
## Screenshots

## Usage
```bash
wordle
# Use your own word
wordle -w
# Play daily word of wordle
wordle daily
# Play daily word for a custom date
wordle daily --date "2022-01-01"
```