Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 438 Bytes

File metadata and controls

42 lines (27 loc) · 438 Bytes

wordle-ssh

A simple Wordle-like game that you can play over SSH.

Building

Prerequisites

  • Go 1.25 or higher

Build the project

make build

This will create the binary in the bin/ directory.

Run the project

make run

Or run the binary directly:

./bin/wordle-ssh

Docker

Build the Docker image:

make docker-build

Run with Docker:

make docker-run