Skip to content

Commit

Permalink
Merge pull request #1 from mdb/add-badge
Browse files Browse the repository at this point in the history
add status badge to README
  • Loading branch information
mdb committed Feb 8, 2022
2 parents 44b1e15 + 63f20cb commit dea6956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION = 0.0.1
VERSION = 0.0.2
SOURCE = ./...

.DEFAULT_GOAL := build
Expand Down
5 changes: 4 additions & 1 deletion README.md
@@ -1,3 +1,5 @@
[![CI/CD](https://github.com/mdb/wordle/actions/workflows/main.yml/badge.svg)](https://github.com/mdb/wordle/actions/workflows/main.yml)

# wordle

A Go-based `wordle` CLI.
Expand Down Expand Up @@ -40,5 +42,6 @@ make
## Improvement ideas

* 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?
* 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`
* Would it be cool to provide an option to output the final grid as an image, such that it could be shared?

0 comments on commit dea6956

Please sign in to comment.