Skip to content

NickRunners/Wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle 🕹️

Rules 📜

The game goal is to guess a secret word of 10 characters in within 12 attempts. The secret word changes every 8 hours.
If all attempts are exhausted or if one exits the game without having guessed correctly, the system records a defeat on the player's account. Whether in the case of victory or defeat, one must wait for the change of the secret word to start a new game.

How to play 🔧

To play, it is necessary to execute JAR files. First, ensure that Server.jar is running, then execute Client.jar to start the game. Both files have 'localhost' as the IP address by default, but you can run them on different machines after changing the IP address in the .properties files.

Code and documentation 📑

More details and explanations about implementation choices can be found in nc_wordle.pdf. The code comments and documentation are in Italian because this project was made by me as a university project.