Skip to content

Alken0/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.