Skip to content

Simple italian guess-the-word game developed as final test for a Java language course.

Notifications You must be signed in to change notification settings

sp1lu/hangManGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess-the-word terminal game

📄 Index

🔰 About

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.

🔨 Built with

Here techs used for the realization of the project.

Languages

  • Java 7

📖 Instructions

  1. Download and install Java
  2. Download and install Java JDK
  3. Open the folder of the game in the terminal
  4. Compile the java classes using
javac main.java
  1. Start the game using
java main.java
  1. Have fun!

📮 Contacts

Here some places where you can find me.

About

Simple italian guess-the-word game developed as final test for a Java language course.

Topics

Resources

Stars

Watchers

Forks

Languages