Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 460 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 460 Bytes

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.