Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sa-/wordle-tui
- Owner: sa-
- License: other
- Created: 2024-09-20T11:45:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T13:36:29.000Z (4 months ago)
- Last Synced: 2024-11-14T17:16:52.259Z (2 months ago)
- Topics: bubbletea, golang, tui, tui-game, wordle
- Language: Go
- Homepage:
- Size: 308 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- charm-in-the-wild - wordle - A wordle game for your terminal! (_built with Bubble Tea_) (Applications / Games)
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)