Skip to content

A clone of the popular game Wordle that can be modified and translated to your language!

License

Notifications You must be signed in to change notification settings

alephreish/yiddish-wordle

 
 

Repository files navigation

A Yiddish Wordle

This repository as a Yiddish fork of roedoejet/AnyLanguage-Wordle, itself cloned from cwackerfuss/react-wordle.

The dictionary is based on alephreish/hunspell-yi, in turn based on collections of Raphael A. Finkel, Simche Taub and alephreish.

To Run Locally: Clone the repository and perform the following command line actions:

$ cd yiddish-wordle
$ npm install
$ npm run start

To build/run docker container:

$ docker build -t notwordle .
$ docker run -d -p 3000:3000 notwordle

open http://localhost:3000 in browser.

About

A clone of the popular game Wordle that can be modified and translated to your language!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • HTML 1.5%
  • Other 1.0%