Skip to content

dacr/zwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6ce4de · Oct 12, 2024

History

99 Commits
Sep 29, 2024
Sep 29, 2024
Sep 29, 2024
Mar 29, 2022
Sep 29, 2024
Oct 12, 2024
Sep 29, 2024
Sep 29, 2024
Apr 27, 2023
Sep 29, 2024
Apr 2, 2023
Mar 25, 2022
Aug 29, 2022
Oct 12, 2024
Oct 6, 2024
Sep 29, 2024

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