Skip to content

A Yiddish clone of the popular game Wordle

License

Notifications You must be signed in to change notification settings

gbear605/wordle-yiddish

 
 

Repository files navigation

Yiddish Wordle

To Run Locally

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.

Lexicon licensing

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.

Code licensing

Both the original source code and this Yiddish version are available under the MIT license.

About

A Yiddish clone of the popular game Wordle

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • Python 2.0%
  • HTML 0.4%
  • CSS 0.2%
  • JavaScript 0.2%
  • Shell 0.1%