
About
clidle is a terminal-based, SSH-playable clone of Wordle, written in Go. Players can either connect over SSH to a hosted instance or install and run it locally via `go install`.
How it differs from the original
Unlike the original browser-based Wordle, clidle is played entirely over SSH or in a terminal, and adds a numeric scoring system that awards more points for solving in fewer guesses (100 points for a first-guess win, down to 50 points for solving on the sixth).
Getting started
It can be played immediately by connecting over SSH (`ssh clidle.duckdns.org -p 3000`), or installed locally with `go install` and run from the command line. Players have six attempts to guess a five-letter word, with letters marked green (correct position), yellow (present but wrong position), or gray (not in the word) after each guess.