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

https://github.com/dps2004/wordle-lua

Lua implementation of the hit word game "Wordle"
https://github.com/dps2004/wordle-lua

Last synced: 8 months ago
JSON representation

Lua implementation of the hit word game "Wordle"

Awesome Lists containing this project

README

          

# wordle-lua
Lua implementation of the hit word game "Wordle"

sgb-words.txt sourced from https://www-cs-faculty.stanford.edu/~knuth/sgb.html

Example:
```
C:\Users\DPS2004\OneDrive\Documents\wordle-lua>lua main.lua
loading words...
done!
audio
y....
You have 5 guesses left.

grass
.yy.G
You have 4 guesses left.

rages
yG..G
You have 3 guesses left.

marks
.GG.G
You have 2 guesses left.

parts
Congratulations! parts was the correct word. You got it in 5 guesses.
```