Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve README #2

Merged
merged 2 commits into from
Feb 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.0.2
VERSION = 0.0.3
SOURCE = ./...

.DEFAULT_GOAL := build
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

# wordle

A Go-based `wordle` CLI.

[Josh Wardle](https://github.com/powerlanguage) deserves credit for creating [Wordle](https://www.powerlanguage.co.uk/wordle/); this is just a command line interface implementation of his creation.
A Go-based CLI implementation of [Josh Wardle](https://powerlanguage.co.uk)'s [Wordle](https://powerlanguage.co.uk/wordle/).

<img src="wordle.png" />

Expand Down Expand Up @@ -44,4 +42,6 @@ make
* https://raw.githubusercontent.com/dwyl/english-words/master/words_alpha.txt returns some tricky and uncommon words; is there a better data source from which to retrieve words?
* Could https://github.com/rivo/tview enable some UI improvements? Or is that overkill?
* It'd be nice to be able to `brew install wordle`
* Is there a way to display the total available letters, similar to the [Wordle](https://powerlanguage.co.uk/wordle/) keyboard?
* Would it be cool to provide an option to output the final grid as an image, such that it could be shared?
* Would it be cool to restrict game play to once/day?