Italian version of Wordle

Overview

Par 🇮🇹 le

https://pietroppeter.github.io/wordle-it/

Una versione italiana (non ufficiale) di WORDLE. 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://powerlanguage.co.uk/wordle/. 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()

Comments
  • German variant

    German variant

    Dear @pietroppeter

    I like the game and your clone of it :) I decided to create a German variant of it. I already reserved some domains wordle-deutsch.ch and wordle-deutsch.de and pulled your repo to it. Of course I will keep all your copyright notes.

    Now I have some questions:

    1. I see the wordlist is in the variable Aa in wordle-it.js. But what is Ta for?
    2. I see you also kept other wordlists in the repo (60_000_parole.txt, itLines.js and dictionary.txt), is there a reason for it?
    opened by caco3 7
  • Remove profanities from wordlist

    Remove profanities from wordlist

    Nice project!

    Could be a bit embarrassing if one of these words ends up as word of the day.

    You might also want to remove 'cesso' and/or 'tette' and in general check with a list of "bad" words

    opened by Recursing 5
  • curare il dizionario

    curare il dizionario

    Il 14 Febbraio ci sarà la parola "dinne" che vorrei evitare. quindi tocca finalmente "curare" il dizionario.

    • curated.txt contiene le parole che possono essere usate come soluzione

    • inizia come una copia di small.txt (che è la fonte originale di parola da usare come soluzione)

    • posso aggiungere altre parole da big.txt

    • il punto in cui sono arrivato è indicato da '---' in curated.txt

    • mantengo forme verbali, aggettivi, plurali ma tengo solo una parola per campo semantico

    • aggiungo una lista di parole da rimuovere e che non si possono usare come inidizi (tendenzialmente parole che sono in big.txt)

    • aggiungerò un file past.txt che sarà usato per tenere la storia (dal 3 gennaio) fissa (e qualche giorno nel futuro

    • ricordarsi di aggiungere parole che finiscono in consonante (e.g hotel)

    • la data di riferimento di partenza cambierà è partira in modo che la prima parola il primo gennaio sia "Oncia". Aggiungerò n° alla condivisione per rendere esplicito il cambio

    • parole accentate cosa fare lascio? (e.g. caffe, citta). non tra le curate ma lascio nel dizionario.

    • messi anche termini scientifici

    • nomi di animali anche esotici (eg. okapi)

    • qualche nome geografico (curdo, egizi, masai)

    cose da fare:

    • [ ] controllare siano in ordine e senza doppioni
    • [ ] funzione distanza
    • [ ] mettere constraint su distanza tra parole successive (e.g. dist > 2 per parole successive, niente parole con dist = 1 nell'arco di due settimane)
    • [ ] quante "stanghe" ci sono? dove una stanga è un insieme di parole in cui solo una lettera cambia (sempre la stessa) e l'insieme ha cardinalità almeno 5.
    • [ ] per le stanghe vale la pena verificare anche altre parole presenti nel dizionario esteso ed eliminare quelle inesistenti
    • [ ] confronto con dizionario di parolette
    • [ ] parole fisse (quelle passate + 2-3 nel futuro), da aggiornare subito prima del rilascio
    • [ ] confronto con parole fisse (verificare che ci siano)
    • [ ] statistiche sulle lettere (e sulle distanze)
    opened by pietroppeter 3
  • refactor: translate the key

    refactor: translate the key "Enter"

    Use "Invio" as the translation for the button's text.

    I'm not sure how to generate the built version of the site: I don't see a command in the README. However I checked the event handlers and the click is handled by processing the data-key attribute so I don't think that changing the text will break anything.

    Resolves #18.

    opened by DanArthurGallagher 2
  • update to more recent Wordle

    update to more recent Wordle

    there have been recent updates to Wordle (fixed a bug, added stats icon). Changes in general can be tracked by the commit hash. I should track in some way this commit hash, I should update to more recent js and create some nim code that helps with this automatic updates (and it should also help managing and curating the word selection).

    opened by pietroppeter 2
  • improve word source

    improve word source

    Lots of common words non existing. Examples: Icona, Acino, Canoa, ...

    You can list more examples here and I will check existence in the next source selection.

    opened by pietroppeter 2
  • Just a stupid proposal

    Just a stupid proposal

    Hi, sorry, but I managed to contact you only here. The title says all: I have a little, stupid and funny proposal to make you in private.

    Can we talk about it? I just need your email or whatever contact you want.

    Thanks!

    opened by LGala 1
  • Stesso ip, stessa parola del giorno

    Stesso ip, stessa parola del giorno

    Ho provato ad aprire l'URL da dispositivi diversi agganciati alla medesima rete domestica, quindi uscenti tutti con lo stesso IP. Pur presentando la pagina iniziale con la griglia vuota, la parola del giorno rimane la stessa, quindi se da un dispositivo l'ho trovata negli altri posso trovarla sempre al primo colpo. Forse potrebbe essere una soluzione agganciare la generazione di una nuova parola o la sessione giornaliera anche ad un cookie da depositare nel browser oppure usare lo user agent.

    opened by fante76 1
  • cambio numerazione a partire dal 3 gennaio

    cambio numerazione a partire dal 3 gennaio

    la prima parola è stata "oncia" il 3 gennaio e la numerazione dovrebbe rispecchiare questo ordine (il motivo per cui non lo fa è essenzialmente perché non sapevo che le dati in javascript hanno mese che parte da 0 e giorno che parte da 1). Nel fare questo cambiamento conto di aggiungere n° prima del numero per segnalare il cambio di numerazione. conto di sviluppare questo cambio contemporaneamente al dizionario curato, vedi #25

    opened by pietroppeter 1
  • fix share button

    fix share button

    translating share with "condividi" makes the letters overflow the button in mobile mode. I think the fix should be to remove the share icon and "condividi" should fit again

    opened by pietroppeter 1
  • second list is addtional word list not used as puzzle

    second list is addtional word list not used as puzzle

    as mentioned in bert article and as one can see from this line: https://github.com/pietroppeter/wordle-it/blob/master/wordle-it.js#L1074

    With current setup (same list for both) I could keep it empty, but I should definitely have more words in it

    opened by pietroppeter 1
  • Attivare PAROLE sullo Smartphone senza perdere le statistiche correnti

    Attivare PAROLE sullo Smartphone senza perdere le statistiche correnti

    Buonasera,

    gioco a PAROLE su un MacBook, ma vorrei avere la possibilità di giocare anche su Smartphone Android, mantenendo gli stessi dati di gioco (le Statistiche), per non perdere i risultati complessivi finora ottenuti.

    Come fare?

    Grazie in anticipo per la risposta. Francesco Scarano

    opened by francescoscarano61 1
  • Verbi coniugati

    Verbi coniugati

    Ciao, nella versione originale di Wordle si trovano estremamente raramente verbi coniugati mentre in questa versione sono i più comuni. Si potrebbe modificare la lista per ridurli?

    opened by FezVrasta 0
  • Problemi di fuso orario

    Problemi di fuso orario

    Buongiorno, vivo in Canada e da qualche mese sfido mio padre - in Italia - a Wordle e a Parle, quasi ogni giorno, senza problemi di fuso orario. Dal 31 ottobre però ci capita di non poter giocare più con la versione italiana: la parola che mio padre trova è quella che a me viene proposta con 24 ore di ritardo. La sua parola il 31 era "lizza" mentre io avevo "patio", che lui non ha mai avuto.

    opened by StefanoMezzini 1
  • Registrazione utenti

    Registrazione utenti

    Ciao, sarebbe bello che un utente si loggasse per mantenere i risultati a prescindere dal dispositivo che usa. E poi abbellirlo con classifiche, amici, locali, mondiali, ecc.

    Bel gioco, ottimo re-engineering Italiano

    opened by DigitalMentor78 4
  • Problems when you start a game at 11:59 p.m. and finish it at 12:01 a.m.

    Problems when you start a game at 11:59 p.m. and finish it at 12:01 a.m.

    I started a game at 11:59 p.m. and finished it at 12:01 a.m., which did not give any problems immediately. Now the day's word is not loading, as if the previous day's word has overwritten the current day's word.

    opened by Marcutyo 1
Owner
Pietro Peterlongo
Python Data Scientist in Supply Chain. I _really_ like Nim 👑.
Pietro Peterlongo
A clone of the popular Wordle game.

Wordle Clone How to play locally: yarn install

null 2 Jan 9, 2022
A clone of the popular game Wordle made using React, Typescript, and Tailwind

Wordle Clone Go play the real Wordle here Read the story behind it here Try a demo of this clone project here Inspiration: This game is an open source

Hannah Park 2.4k Jan 8, 2023
Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks.

Wordle2Townscaper Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks. You can download

Tarmo 66 Nov 2, 2022
Provides 5 keywords with which to narrow down your wordle game. I ruin nice things.

Widdle?? I hate fun so I wrote a script that ruins Wordle. This script can be used to find a Widdle, a set of five words that cover nearly all letters

Tess Myers 3 Mar 12, 2022
A simple wordle solver for Node.js

This is just a weekend project, so take it easy :-) simple-worlde-solver Wordle solver for Node.js. I am aware of other efforts that use greedy algori

Alessandro Toppi 3 Feb 20, 2022
WORDLEBOARD prototype: Show your Wordle game on a Vestaboard as you play.

WORDLEBOARD prototype Show your Wordle game on a Vestaboard as you play. Copyright (c) 2022, Scott Schiller. MIT license. Made with love and fun in mi

Scott Schiller 7 Dec 20, 2022
CLI to to solve your Wordle puzzle daily

?? CLI to to solve your Wordle puzzle daily. Learn to build Node.js CLI apps. wordle-solved-cli ?? CLI that solves Wordle puzzles for you ?? Automatic

Ahmad Awais ⚡️ 8 Feb 2, 2022
A Wordle-like game where you have to guess the unsigned 8-bit binary number

Bytle A Wordle-like game where you have to guess the unsigned 8-bit binary number! Game coded in 2h 14m 50.570s, but it's not like I'm counting how lo

James Livesey 16 Jun 30, 2022
Latin Wordle is a free and open-source project that aims to provide a fun and interactive way to learn Latin.

Latin Wordle Live Game Here Inspiration Latin Wordle is a free and open-source project that aims to provide a fun and interactive way to learn Latin.

null 15 Dec 16, 2022
The extension to help you when you badly don't want to mess up your wordle streak

Your last resort in woordle to maintain your woordle win streak

Sreecharan 2 Feb 3, 2022
🟩 in case you want to cheat on your wordle games

Wordle Solver How to use Enter each right guess in the first grid Enter all letters that you know aren't in a certain position in the second grid For

James Zhang 2 Feb 7, 2022
Wordle but it's on your Terminal!

Wordinal Wordle but it's on your Terminal! What's Wordle? ?? Wordle is a classic word guessing game developed by Josh Wardle. Players have six attempt

ashish 5 Apr 12, 2022
I found 'WORDLE' game is hackable . we get solution on localStorage. I just prevented this.

WordleGame() Demo: https://shobdokhela.vercel.app Go play the real Wordle here Read the story behind it here Main Author Hannah Park Inspiration: I fo

Samayun Chowdhury 3 Mar 6, 2022
📟 Chrome extension to solve Wordle puzzles.

?? Chrome extension to solve Wordle puzzles. Learn to build Node.js CLI apps. wordle-solved ?? Chrome extension that solves Wordle puzzles for you ??

Ahmad Awais ⚡️ 9 Feb 8, 2022
A Wordle trainer, for the lols.

This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev Open http://

alexkates 5 Mar 10, 2022
Chrome extension for the game called Wordle

Chrome extension for the game called Wordle. No need to get stuck again while you have this at your side. Climb up that leader board!

Anjaneya Tripathi 18 Sep 17, 2022
A public JSON API for Wordle with vue.js frontend

A public JSON API for Wordle. This repo also includes a frontend made with Vue.js

Tommy Dougiamas 16 Jan 1, 2023
JavaScript library guessing game, a Wordle clone

Jazle JavaScript library guessing game, a Wordle clone. A fork of cwackerfuss/react-wordle. See the list of accepted libraries: wordlist.ts Build and

Oliver Radwell 17 May 26, 2022
Telegram Bot inspired by the Wordle game

Wordle Bot Give a try! @xWordleBot. This is a simple bot inspired by Wordle game. The bot is entirely written in TypeScript. Thanks to grammY Telegram

Sreelal TS 17 Oct 21, 2022