https://github.com/pietroppeter/wordle-it
Italian version of Wordle
https://github.com/pietroppeter/wordle-it
italian wordle
Last synced: about 2 months ago
JSON representation
Italian version of Wordle
- Host: GitHub
- URL: https://github.com/pietroppeter/wordle-it
- Owner: pietroppeter
- Created: 2022-01-03T13:12:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T15:08:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-30T20:26:00.637Z (about 2 months ago)
- Topics: italian, wordle
- Language: JavaScript
- Homepage: https://pietroppeter.github.io/wordle-it/
- Size: 12.9 MB
- Stars: 129
- Watchers: 2
- Forks: 55
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Par🇮🇹le
https://pietroppeter.github.io/wordle-it/
Una versione italiana (non ufficiale) di [WORDLE](https://www.nytimes.com/games/wordle/index.html). Se l'autore di Wordle non approva, lo tiro giù: https://twitter.com/pietroppeter/status/1477993203425030144?s=20
Dizionari presi da https://github.com/napolux/paroleitaliane e https://github.com/sigmasaur/AnagramSolver
# English
An italian version of https://www.nytimes.com/games/wordle/index.html. Waiting from official approval (if not approved this will be taken down): https://twitter.com/pietroppeter/status/1477993203425030144?s=20
Current status is beta: it should mostly work, usage might find issues.
Italian words taken from https://github.com/napolux/paroleitaliane and https://github.com/sigmasaur/AnagramSolver
Apart from English translation, the actual work was to replace two list of words in the original javascript. The hint for this came to me from: https://bert.org/2021/11/24/the-best-starting-word-in-wordle/
Run `nim r itLines` and replace two lines in wordle-it.js to regenerate.
Analytics publicly available at: https://plausible.io/pietroppeter.github.io%2Fwordle-it
To reset state (also works for original wordle), type in console of your browser: `window.localStorage.clear()`