Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksh-bansal-dev/wordle
Play wordle in your terminal.
https://github.com/aksh-bansal-dev/wordle
Last synced: 26 days ago
JSON representation
Play wordle in your terminal.
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/wordle
- Owner: Aksh-Bansal-dev
- Created: 2022-08-27T16:53:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T17:08:00.000Z (over 2 years ago)
- Last Synced: 2024-11-20T11:05:00.060Z (3 months ago)
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordle
Play wordle in your terminal.
![Screenshot from 2022-08-27 22-24-56](https://user-images.githubusercontent.com/63552235/187040203-dce7ce58-8dd1-4702-a883-16eba59478c9.png)
## How to play?
Run `go run cmd/*.go -mode `
```
- easy: you can enter any 5 letter string(doesn't have to be present in the wordlist)
- hard (default): you must enter a 5 letter word(must be present in the wordlist)
```## How to add more words?
You can add more words in [cmd/wordlist.go](https://github.com/Aksh-Bansal-dev/wordle/blob/main/cmd/wordlist.go).