https://github.com/bitmap/wordle
Wordle for the command line
https://github.com/bitmap/wordle
Last synced: 5 months ago
JSON representation
Wordle for the command line
- Host: GitHub
- URL: https://github.com/bitmap/wordle
- Owner: bitmap
- Created: 2024-05-10T02:17:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T15:56:12.000Z (over 1 year ago)
- Last Synced: 2025-09-01T06:35:31.550Z (5 months ago)
- Language: Go
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle CLI
Wordle, for the command line, written in Go.

## Install
Requires Go version 1.22 or later
```bash
go install github.com/bitmap/wordle@latest
```
Then just run `wordle` in your shell
```bash
wordle
```