Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 917 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 917 Bytes

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