FOSS wordle!
Go to file
blek 2387b87908
better UX on wrong word
2023-09-21 13:09:34 +10:00
.vscode init repo 2023-09-03 20:37:05 +10:00
public init repo 2023-09-03 20:37:05 +10:00
src better UX on wrong word 2023-09-21 13:09:34 +10:00
.gitignore init repo 2023-09-03 20:37:05 +10:00
README.md put tha build label into title & add link to the website 2023-09-04 00:34:45 +10:00
index.html init repo 2023-09-03 20:37:05 +10:00
package.json improve qr code gen & use V1 for encrypting the link 2023-09-21 13:04:26 +10:00
svelte.config.js init repo 2023-09-03 20:37:05 +10:00
targets.csv init repo 2023-09-03 20:37:05 +10:00
tsconfig.json init repo 2023-09-03 20:37:05 +10:00
tsconfig.node.json init repo 2023-09-03 20:37:05 +10:00
vite.config.ts precompress build 2023-09-03 20:55:25 +10:00
yarn.lock improve qr code gen & use V1 for encrypting the link 2023-09-21 13:04:26 +10:00

README.md

blek! Wordle

blek! Wordle is a completely open source and lightweight wordle game with very minimal set of runtime dependencies

Play online

Features

1. Scripting!

You can use custom scripts to have fun with wordle! Script interface is exposed via globalThis.ScriptInterface.

In order for scripts to run, the user must enable them by clicking on the "Enable scripts" button in the settings.

After enabling scripts, all the game data would be available to the script. To expose cheaters, a warning text would appear near the header: "Scripts are allowed. The game may not be fair-played"

To run the scripts, I recommend using Tampermoney.
Using the developer console is a fine option too.

2. Extremely lightweight

The whole app is ~ 100kb bundled, which is pretty impressive IMHO.

The only 2 libraries are included via await import, and most of the weight is the bundled-in dictionary of ~7k words

3. FOSS

So far, I haven't found a wordle game that is FOSS. This is the one

4. Customizable

There is no scoped CSS which allows good space for customization.