- Play it here
- Go play the real Wordle here
- This project is based on this open-source clone of Wordle by Hannah Park
Clone the repository and perform the following command line actions:
$ cd word-guessing-game
$ npm install
$ npm run start
To build/run docker container:
$ docker build -t game .
$ docker run -d -p 3000:3000 game
open http://localhost:3000 in browser.
The words used, licensed under CC BY-SA 3.0, are a combination of the Yiddish lemmas created by the editors of English Wiktionary and the spellchecking dictionary created and actualized by Simcha Taub of the ייִדיש לעבט project and updated by Assaf Urieli.
Both the original source code and this Yiddish version are available under the MIT license.