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.
- Play it : https://zwords.mapland.fr/
- Code your AI Bot with this API : https://zwords.mapland.fr/docs/
- User interface by briossantC - @briossant using threejs
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