Gordle – Yet another Wordle clone

Go

Gordle Demo

Features

  • Works on macOS, should work on Linux and Windows as well (not tested)
  • Letter color hints on the keyboard
  • Start a new game (without restarting the app)
  • Share your performance
  • Dark theme

Prerequisites

To compile and run Gordle, you will need to have Go installed on your machine. Refer to the installation instructions.

Install

go install github.com/scastiel/gordle@latest

Run

gordle

Package

Gordle can be packaged for your operating system using Fyne. You’ll need to install it first:

go install fyne.io/fyne/v2/cmd/fyne@latest

Then clone this repository, and run the following command:

fyne package

A binary for your OS will be generated in the same directory.

(Tested only on my Mac M1 for now. Ping me if you tried on another platform and it worked, or not!)

from 

https://github.com/scastiel/gordle