A simple Wordle-like game that you can play over SSH.
- Go 1.25 or higher
make buildThis will create the binary in the bin/ directory.
make runOr run the binary directly:
./bin/wordle-sshBuild the Docker image:
make docker-buildRun with Docker:
make docker-run