/wordle

Simple wordle engine written in Go

Primary LanguageGoMIT LicenseMIT

wordle

Go Reference

A simple Go wordle game engine library. Supports any language where each letter can be represented by a utf-8 codepoint/rune type.

Wrote this as I wanted a wordle engine in Go that supported Polish language characters that could be integrated with another Go project.

See examples/demo/main.go for a usage example.