Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sa-/wordle-tui

Play wordle in your terminal
https://github.com/sa-/wordle-tui

bubbletea golang tui tui-game wordle

Last synced: 2 days ago
JSON representation

Play wordle in your terminal

Awesome Lists containing this project

README

        

Wordle TUI
==========

I really just need an excuse to learn bubbletea. GIF demo at the bottom.

## Run

### Using `go install`
```sh
go install -ldflags "-s -w" github.com/sa-/wordle-tui@latest
# then you should be able to run
wordle-tui
```

### Using git clone

```sh
git clone https://github.com/sa-/wordle-tui.git
cd wordle-tui
make install

# then you should be able to run
wordle-tui
```

## Demo

![image](./demo/demo.gif)