Skip to content

dacr/zwords

Repository files navigation

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