Skip to content

dacr/zwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5bdaa9d · Apr 13, 2025
Sep 29, 2024
Sep 29, 2024
Sep 29, 2024
Mar 29, 2022
Apr 13, 2025
Apr 13, 2025
Sep 29, 2024
Apr 13, 2025
Apr 27, 2023
Apr 13, 2025
Apr 2, 2023
Apr 13, 2025
Aug 29, 2022
Apr 13, 2025
Apr 13, 2025
Apr 13, 2025
Oct 6, 2024
Apr 13, 2025

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