Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedib0t/go-wordle
Wordle implementation in GoLang
https://github.com/jedib0t/go-wordle
games generator golang interactive multi-wordle solver terminal wordle
Last synced: about 1 month ago
JSON representation
Wordle implementation in GoLang
- Host: GitHub
- URL: https://github.com/jedib0t/go-wordle
- Owner: jedib0t
- License: mit
- Created: 2022-02-14T02:28:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T17:39:00.000Z (about 2 years ago)
- Last Synced: 2024-06-20T12:08:03.550Z (5 months ago)
- Topics: games, generator, golang, interactive, multi-wordle, solver, terminal, wordle
- Language: Go
- Homepage:
- Size: 1.97 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-wordle
[![Build Status](https://github.com/jedib0t/go-wordle/workflows/CI/badge.svg?branch=main)](https://github.com/jedib0t/go-wordle/actions?query=workflow%3ACI+event%3Apush+branch%3Amain)
Play the popular New York Times
game [Wordle](https://www.nytimes.com/games/wordle/index.html)
in the terminal.More samples can be found in the [/images](images) folder.
## Install
Pre-built binaries for your Operating System can be found at
the [latest release](https://github.com/jedib0t/go-wordle/releases/latest)
page.If you want to build your own using GoLang:
* `go install github.com/jedib0t/go-wordle`
* `go-wordle`If you want to run from source:
* `git clone [email protected]/jedib0t/go-wordle`
* `cd go-wordle`
* `make run`## Features
* Hinting mode with `-hints`
* Shows recommended/possible answers above the keyboard
* Solve mode with `-solve`
* Automated solving with or without a pre-set answer
* Uses the built-in hinting system to choose answers
* _Mega_ Wordles mode with `-num-wordles`
* Run more than 1 Wordle puzzle at the same time
* Needs a wide-enough terminal to fit the contents
* Helper mode to solve external Wordle puzzles with `-helper`
* Use this tool as a cheat and solve Wordle puzzles elsewhere ;)
* Show hints and helps record the results to get you closer to the answer