Wordle - Wordle game in Go

wordle

wordle game in Go

rules

- You have 5 guesses
- You can only guess using 5 letters words
- You can only guess using lowercase letters
- Green means correct at the right position
- Blue means correct at the wrong position
- Red means incorrect

Give a filename in argument to have more words
ex : ./wordle.exe words.txt

Good luck!

Screenshot

wordle

Owner
Similar Resources

Wordle - Wordle game in Go

Wordle - Wordle game in Go

wordle wordle game in Go rules - You have 5 guesses - You can only guess using 5

Feb 26, 2022

Wordle-solver - A simple solver for Wordle puzzles that uses letter- and word-frequencies to narrow down possible guesses

Wordle Solver A simple solver for Wordle puzzles that uses letter- and word-freq

Jan 9, 2022

Wordle - Wordle on command line

wordle Play WORDLE on the command line. Installation go install github.com/howey

May 19, 2022

Wordle-solver - Wordle solver with golang

wordle-solver Recommends guesses for https://www.powerlanguage.co.uk/wordle/ How

Feb 11, 2022

Wordle-guesser - Implementing brute force wordle guesser

wordle-guesser Project still WIP. Wordle guesser. Implementing brute force wordl

Jan 24, 2022

wordle-solver is one of many wordle solvers

wordle-solver is one of many wordle solvers. This code is in an abysmal state, and I do not plan on cleaning it.

Mar 17, 2022

Wordle - Simple wordle solver with golang

wordle Simple wordle solver Lets see it in action: $ ./wordle 5914 possible rem

May 19, 2022

Wordle - A terminal Wordle written in Go

Wordle - A terminal Wordle written in Go

Wordle A terminal Wordle written in Go. Running If you couldn't tell from the im

Dec 26, 2022

Wordle-cli - play wordle in your command line

Wordle-cli - play wordle in your command line

Wordle CLI Play Wordle in your command line! Screenshots Download You can downlo

Oct 30, 2022

Go-wordle - Wordle implementation in GoLang

Go-wordle - Wordle implementation in GoLang

go-wordle A golang implementation of the popular New York Times game Wordle. Usa

Dec 12, 2022

go-wordle - Wordle in terminal, written in Go

go-wordle - Wordle in terminal, written in Go

go-wordle go-wordle is a simple console application that allows user to play Wordle game in terminal. It is synchronized with official New York Times

Feb 19, 2022

WordleSolver - A solver for the popular word game Wordle

WordleSolver This is a solver for the popular word game Wordle. How to use the s

Jan 28, 2022

Terminal based wordle clone. Uses the amazing charm.sh libraries to render and expose the game over SSH

Terminal based wordle clone. Uses the amazing charm.sh libraries to render and expose the game over SSH

Nov 17, 2022

Szozat - The Szózat is hungarian version of the Wordle game

Szozat The Szózat is hungarian version of the Wordle game. This is a CLI to help

Feb 5, 2022

Arkanoid game in Go using Ebiten game engine with ECS.

Arkanoid game in Go using Ebiten game engine with ECS.

Arkanoid-go Arkanoid game in Go using Ebiten game engine with ECS. You must have Git LFS installed when cloning the repository to download assets. See

Oct 9, 2022

AircraftWar - a game powered by Go+ spx game engine

AircraftWar - a game powered by Go+ spx game engine

AircraftWar - a game powered by Go+ spx game engine How to run Download Go+ and build it. See https://github.com/goplus/gop#how-to-build. Download thi

Jan 5, 2022

FlappyCalf - a game powered by Go+ spx game engine

FlappyCalf - a game powered by Go+ spx game engine

FlappyCalf - a game powered by Go+ spx game engine How to run Download Go+ and build it. See https://github.com/goplus/gop#how-to-build. Download this

Nov 6, 2022

FlappyCalf - a game powered by Go+ spx game engine

FlappyCalf - a game powered by Go+ spx game engine

FlappyCalf - a game powered by Go+ spx game engine How to run Download Go+ and build it. See https://github.com/goplus/gop#how-to-build. Download this

Nov 6, 2022

MazePlay - a game powered by Go+ spx game engine

MazePlay - a game powered by Go+ spx game engine

MazePlay - a game powered by Go+ spx game engine How to run Download Go+ and build it. See https://github.com/goplus/gop#how-to-build. Download this g

Dec 16, 2021
Comments
  • difficulty parameter is not actually used in game method

    difficulty parameter is not actually used in game method

    in main.go:148, difficulty is passed as a parameter to define how many tries the user gets to guess. However, the game is capped at 5 guesses by the condition on line 161. the hardcoded number 5 on this line should be replaced with difficulty to allow more guesses when playing easier modes.

Related tags
Wordle - Wordle on command line

wordle Play WORDLE on the command line. Installation go install github.com/howey

May 19, 2022
Wordle-solver - Wordle solver with golang

wordle-solver Recommends guesses for https://www.powerlanguage.co.uk/wordle/ How

Feb 11, 2022
Wordle-guesser - Implementing brute force wordle guesser

wordle-guesser Project still WIP. Wordle guesser. Implementing brute force wordl

Jan 24, 2022
Wordle - Simple wordle solver with golang

wordle Simple wordle solver Lets see it in action: $ ./wordle 5914 possible rem

May 19, 2022
Wordle - A terminal Wordle written in Go
Wordle - A terminal Wordle written in Go

Wordle A terminal Wordle written in Go. Running If you couldn't tell from the im

Dec 26, 2022
Go-wordle - Wordle implementation in GoLang
Go-wordle - Wordle implementation in GoLang

go-wordle A golang implementation of the popular New York Times game Wordle. Usa

Dec 12, 2022
go-wordle - Wordle in terminal, written in Go
go-wordle - Wordle in terminal, written in Go

go-wordle go-wordle is a simple console application that allows user to play Wordle game in terminal. It is synchronized with official New York Times

Feb 19, 2022
Solver for wordle hard mode - achieves 5 attempts or less 100% of the time

wordier Solver for wordle hard mode - achieves 5 attempts or less 100% of the time Example - Spoiler ➜ wordier git:(master) ✗ go run main.go scamp ➜

Jan 12, 2022
optwdl: Helpful word sets for solving Wordle puzzles

optwdl: Helpful word sets for solving Wordle puzzles. Wordle gives you 6 tries to identify a 5 letter word. I decided to look for sets of 5 words that

Jan 24, 2022
Supply chain management indie game... IN SPACE!
Supply chain management indie game... IN SPACE!

Ship shape Supply chain management indie game ... IN SPACE! Current state is preliminary - there's a six-level tutorial, about an hour's worth of game

Nov 3, 2022