Git Product home page Git Product logo

att-prog-ia-wordle's Introduction

Attività progettuale di Intelligenza Artificiale M

Questo repository contiene il sorgente dell'attività progettuale di IA, che consiste nell'implementazione di una IA in grado di giocare al gioco Wordle

All'interno della cartella dictionaries sono presenti l'elenco delle parole utilizzate, divise per lingua.

Il numero di parole presenti nel file è particolarmente importante nel determinare quanto spesso l'AI sarà in grado di indovinare la parola corretta

Esecuzione

Nel repository sono presenti 3 eseguibili:

  • il server di gioco che sceglie la parola;
  • il client che si occupa di indovinare la parola scelta dal server;
  • una utility che suggerisce all'utente quali parole utilizzare nel gioco reale.

Per avviare il server:

python3 server.py

Per avviare il client:

python3 client.py <language> <word_length>

Per avviare il suggeritore:

python3 prompter.py <language> <word_length>

Per effettuare più test è possibile lanciare il file executor.py senza argomenti, che esegue più volte il client scrivendo in un file csv i risultati delle varie esecuzioni

Nel file base.py sono contenute tutte le funzioni di utilità utilizzare dai due esecutori.

att-prog-ia-wordle's People

Contributors

giuliotripi avatar

Watchers

 avatar

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.