GithubHelp home page GithubHelp logo

pietroppeter / wordle-it Goto Github PK

View Code? Open in Web Editor NEW
117.0 2.0 52.0 13.26 MB

Italian version of Wordle

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

Nim 2.52% JavaScript 44.38% HTML 39.13% Mustache 0.02% TypeScript 13.96%
wordle italian

wordle-it's Introduction

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://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()

wordle-it's People

Contributors

danieleloscozzese avatar pietroppeter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wordle-it's Issues

Avolo

Soluzione di oggi
AVOLO
Non trovo una definizione di tale parola. Non è la prima volta che mi succede.
Screenshot_2022-07-31-13-36-19-02_40deb401b9ffe8e1df2f1cc5ba480b12

Non viene generato un nuovo gioco quando cambia l'ora legale?

Gioco a Parle dalla California, dove ieri (domenica 13 marzo) è cambiata l'ora legale. Oggi, 14 marzo, noto che Parle continua ad offrire il la parola n. 69, lo stesso del 13 marzo. I miei amici in Italia invece vedono la parola n. 70.

Il problema persiste anche in un nuovo gioco (niente cookies) e da localhost.

Sospetto che il problema possa essere legato all'ora legale? In particolare, in un paio di punti nel codice, l'epoch viene calcolata come Math.floor(a % 864e5 / qs), che sembra problematico quando l'ora si sposta in avanti, perchè la differenza tra due giorni diventa meno di 86400 secondi.

return Math.floor(t / 864e5)

s = Math.floor(a % 864e5 / qs),

(queste osservazioni vengono da un'analisi frettolosa del codice minificato - potrei sbagliarmi di grosso!)

La nuova versione del gioco non sembra soffrire di questo problema.

condivisione risultato su Firefox

Ciao, usando il browser Firefox non mi permette di condividere il risultato. Una volta scelta l'app (es. Telegram) mi appare l'avviso unsupported content. Potresti verificare se ottieni lo stesso comportamento? Grazie

Due parole diverse

Intanto super complimenti per il lavoro svolto, davvero.

Oggi, 14/02/22 su Firefox (screen 08:18) mi sono trovato una parola e su Chrome un'altra (screen 08:22). Chrome l'ho inserita al primo colpo perché altri mi hanno rivelato la loro soluzione.

[screenshots rimossi in quanto spoilers]

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.

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.

randomly pick whether to load analytics

people using this service are growing and if that number keeps going up I might hit my limits of views for plausible analytics. but there is an option: I could randomly pick people for which to track analytics and load the analytics script only once every x times the site is loaded! It is a hack but I am not really interested in the full analytics anyway*...

Javascript code could look like this: https://stackoverflow.com/questions/36563791/load-random-js-file-on-page-load-or-refresh

*note that in this case a person who was not loading analytics might load it after a refresh, this means that the relations between visitors and page views will be skewed in some way (and sampling 1 out of 2 I should not expect half of the visitors but more than half! I should instead expect half of the page views...)

Scelta di parole

Buongiorno,
ninja non è una parola italiana. È la fonetizzazione di una parola giapponese.
Cortesemente, scegliete parole più adatte.
Grazie

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?

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).

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

Condividi non ha il link del gioco

Come un giocatore di worlde in italiano vorrei che il contenuto condiviso avesse il link al gioco così che i miei contatti possano giocarci senza che io debba mandargli il link separatamente

Test Clones

this Italian translation started (Jan 3) when I realized it would have been super easy to make starting from the original source. It was targeting a group of friends passionate about this type of games (we keep having a very active chat about this) and went somewhat unexpectedly "viral" (blame wordle for that).

The original source is not licensed in an open source way and not having received any explicit permission to use it from the author I always felt I should use one of the available clones. The most notable one is https://github.com/hannahcode/word-guessing-game (which had just seen the first commits at the time I released Parle and there is also a guide on how to use it to make clones in other languages). Others are listed in the excellent https://rwmpelstilzchen.gitlab.io/wordles/

Here I should list all possible clones and start testing them how to adapt them to Italian. My idea is to have a few (or just one...) of them live in parallel to the main one and at some point make the switch selecting one of them.

Timer introduction?

È possibile introdurre il tempo di soluzione per definire un vincitore in caso di pareggio?

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?

Differenze pratiche fra vecchia e nuova versione

Ecco in pratica cosa differenzia le due versioni:

  • nuova versione > è possibile giocare a partire dalle 01:00;
  • vecchia versione > è possibile giocare dalle 00:00, la Parola è però quella con cui il giorno precedente hai vinto nella nuova versione (ritardo accumulato per via del giorno-buca causato dal cambio dell'ora).

All'interno del mio gruppo di amici continuiamo comunque a utilizzare la vecchia versione, sia per mantenere le nostre amate statistiche sia per poterci sfidare a mezzanotte, orario più fattibile rispetto all'una.

Missing license

Hello, there’s no license file here; is it free software?

Oggi non si è aggiornato

Ciao, oggi aprendo Wordle italiano mi compare la giocata di ieri. Sono l'unico a cui succede questo?

Informazioni

Salve, mi piace molto il gioco.
Perché limitarlo a 1 operazione al giorno?
Si può fare più di una giocata? Grazie

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

Parole con la doppia

Ultimamente c'è una strana alta frequenza di parole con una consonante doppia. Ci potrebbe essere un motivo tecnico?

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!

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.

No new word today

Hello and thank you for this app!

FYI, there is no new word today - it still shows the answer/word from yesterday.

I tried different browsers, private mode, clear cache, etc to be sure it wasn’t an issue on my end.

Thank you!

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

Parole del giorno poco comuni

Innanzitutto, grazie: la tua è di gran lunga la migliore versione italiana, tant'è che nell'ultimo mese ho fatto appassionare decine di familiari e amici, che ora attendono spesso la mezzanotte per sfidarsi immediatamente. L'unico punto del quale vorrei chiederti è quello anticipato nel titolo: indovinare Xyyyy e Wzzzz si è rivelato frutto di tentativi praticamente casuali alla ricerca della lettera mancante, ed è un peccato veder fallire parole come Ayyyy e Byyyy, Czzzz e Dzzzz, che invece ci stavano alla grande. È bello scoprire nuovi vocaboli mentre insegui la parola del giorno, ma il traguardo finale mi piacerebbe fosse sempre un termine più comune. Rinnovandoti i miei complimenti, cordiali saluti.

Problema ora legale?

Oggi viene proposta la stessa parola di ieri. Non so se dipende dall'ora legale, ma ho visto che anche l'anno scorso c'era un problema analogo. Se fosse questo il problema ho visto che è risolto nella "nuova" versione del gioco, ma è possibile continuare a giocare su questa vecchia? (per non perdere le statistiche sul nuovo)
Grazie e complimenti!

Condividi genera un messaggio vuoto su Firefox

Smartphone: Huawei P30 Lite
Browser: 97.1.0 (Build #2015860771), 365e9fb59+
AC: 97.0.10, d6ce171289
GV: 97.0-20220131171509
AS: 87.1.0

Clicco sul bottone "Condividi", scelgo Telegram, invia un messaggio con scritto "null".

Clicco sul bottone "Condividi", scelgo Whatsapp, spunta una toast notification "Can't send an empty message" e non viene inviato alcun messaggio.

translate help

for the words, I will use:

  • weary -> buffo
  • pilot -> guida
  • vague -> vaghi

they are in current word list and they are kind of related in meaning (buffo which is close to being an antonym of weary).

'Condividi' non copia il testo

Ciao! Grazie per la versione italiana :)
Nel wordle originale il tasto condividi copia il testo e poi lascia incollare all'utente dove vuole, mentre usando la tua versione oggi per la prima volta da telefono, mi ha fatto aprire la scelta dell'app con la quale condividere "qualcosa".
Selezionando WhatsApp, ad esempio, viene mostrato il messaggio di errore "Non puoi inviare un messaggio vuoto".
Indagando un po' ho visto che cerca di condividere:
data:,Par%F0%9F%87%AE%F0%9F%87%B9le 356 4%2F6%0A%0A%E2%AC%9B%E2%AC%9B%E2%AC%9B%F0%9F%9F%A8%F0%9F%9F%A9%0A%E2%AC%9B%F0%9F%9F%A9%E2%AC%9B%E2%AC%9B%E2%AC%9B%0A%E2%AC%9B%E2%AC%9B%E2%AC%9B%F0%9F%9F%A9%F0%9F%9F%A9%0A%F0%9F%9F%A9%F0%9F%9F%A9%F0%9F%9F%A9%F0%9F%9F%A9%F0%9F%9F%A9
la parte dopo la virgola corrisponde a:

Par🇮🇹le 356 4/6

⬛️⬛️⬛️🟨🟩
⬛️🟩⬛️⬛️⬛️
⬛️⬛️⬛️🟩🟩
🟩🟩🟩🟩🟩

Per completezza, se può influenzare: ho usato Firefox su Android 11, con plausible bloccato.

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

translate setting

  • also the error message for hard mode
  • in contact replace links with link to github repo (and maybe add link to original wordle)

parole accettate

Mi ha accettato come tentativo di parola "novio", che è solo spagnola come parola!

What if two word a day?

What should I look to change the code to play 2 times a day? like from 00.00 to 12.00 and from 12.01 to 24.00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.