clukawski / wordle

Simple wordle engine written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple wordle engine written in Go

License:MIT License


Languages

Language:Go 100.0%