Skip to content

Commit

Permalink
add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb committed Feb 8, 2022
1 parent e6bbf5f commit 44b1e15
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ 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.

<img src="wordle.png" />

## Installation

Download the [latest release](https://github.com/mdb/wordle/releases) for your platform.

Alternatively, you can compile from source:

```
make
```

...and run the compiled `wordle` for your platform:

```
dist/wordle_darwin_amd64/wordle
Version: 0.0.1
Info: https://github.com/mdb/wordle
About: A CLI adaptation of Josh Wardle's Wordle (https://powerlanguage.co.uk/wordle/)
Guess a 5-letter word within 6 guesses...
Guess (1/6):
```

## Development

Run tests and compile `wordle` release artifacts:
Expand Down
Binary file added wordle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 44b1e15

Please sign in to comment.