wordle icon indicating copy to clipboard operation
wordle copied to clipboard

A recreation of the popular game Wordle with additional modes and features. Made with Svelte in Typescript.

Results 19 wordle issues
Sort by recently updated
recently updated
newest added

How do I run this on Replit? (Repl.it)

- utils.ts\getRowData has a "duplicate letters bug" that returns false remaining solution(s) for the case where the tiles have revealed duplicate letters. This is the same bug as Mikha Davids'...

When the answer was "Dolly", I answered "Slate", "Broil", and "Lolly", after which clicking on the fourth row showed that there was "0 possible answer" and "0 possible guess". Guessing...

bug

Entering historical game 470 actually plays 469. They are off by one.

bug

**Description** An option in the settings allowing the user to import or export their game data. **Reasoning** Because the game uses localStorage for data persistence it is local to individual...

enhancement

**Description** Hey, picked this project to add slightly custom wordle game to a site, but its user-base is using language other than English, so I'm going to add localization for...

enhancement

Since I updated to the latest version of Svelte and started using Vite instead of Rollup I have been getting the following warnings every time I load the dev site...

bug
help wanted

Currently game mode information is stored in a global object, and creating new modes requires editing in multiple places. I would like to replace this with a less fragile state...

enhancement

**Describe the bug** This bug report consolidates issues #8 , #48 , #49 , and #55 . # Lack of `aspect-ratio` support on Old Devices **To Reproduce** Steps to reproduce...

bug
help wanted