dacr / zwords

A wordle game for communities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZWORDS

ZWords is a Wordle (motus) like game using scala, ZIO, tapir, zhttp for the backend. multiple dictionaries supported, the deployed release comes with english and french dictionaries.

Notes

Requirements

When LVMDB is used for as persistence store with recent JVM it requires JVM some options :

--add-opens java.base/java.nio=ALL-UNNAMED
--add-opens java.base/sun.nio.ch=ALL-UNNAMED

About

A wordle game for communities

License:Other


Languages

Language:Scala 100.0%Language:Makefile 0.0%