Simple italian guess-the-word game developed as final test for a Java language course.
The program chooses one of the word contained in words.txt file and player has to guess it knowing its length. After every try, the program suggests the player a letter contained into the word to guess. If the player guesses the word within the number of attempts chosen at the start of the game, he wins.
The game is also programmed to save the statistics of the games played in a csv file, including the word to guess whether the player won or not and all his attempts.
Here techs used for the realization of the project.
- Java 7
- Download and install Java
- Download and install Java JDK
- Open the folder of the game in the terminal
- Compile the java classes using
javac main.java
- Start the game using
java main.java
- Have fun!
Here some places where you can find me.