Alken0 / wordle

German Wordle Game
https://alken0.github.io/wordle/
MIT License
1 stars 0 forks source link
german react wordle wordle-game

Wördel

This is a German version of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind.

Try it out!

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd app
$> npm install
$> npm run start

To build:

$> cd app
$> npm install
$> npm run build
$> copy paste app/build/ in docs/

Development

$> cd app
$> npm install
$> npm run start

Open http://localhost:3000 in browser.

Change Words

The word-lists are generated in words/ using Python. Copy the generated files to app/src/constants/ and re-start/-build the project to let the changes take effect.

Acknowledgements

This product is based on React-Wordle.

The words are based on the words of wördle.de and wordle.at.