SSHWordle
January 29, 2022 ยท View on GitHub
Terminal based wordle clone. Uses the amazing charm.sh libraries to render and expose the game over SSH. Stores user statistics by IP. Supports pluggable backends. Currently includes a static file backend which uses the word lists from the original game, as well as an API based backend which uses the WordsAPI.com API to generate a random word as well as validate guesses.
Usage
./sshwordle -h
Usage of ./sshwordle:
-api
Use WordAPI to generate and verify words. If not specified uses hardcoded list of words from original Wordle game
-host string
Host address for SSH server to listen (default "127.0.0.1")
-port int
Port for SSH server to listen (default 1337)
Building
make build