Skip to content

Basic program for a hangman game that uses a csv file for selecting a word. When a word is chosen, an array is created with length equal to the amount of letters inside the chosen word. The array is then populated with symbols and when the player successfully guesses a letter inside the chosen word, the symbols inside the array are replaced with…

License

Notifications You must be signed in to change notification settings

ToasterTortoise/Hangman-Using-CSV-File-Java-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman-Using-CSV-File-Java-

Basic program for a hangman game that uses a csv file for selecting a word. When a word is chosen, an array is created with length equal to the amount of letters inside the chosen word. The array is then populated with symbols and when the player successfully guesses a letter inside the chosen word, the symbols inside the array are replaced with the correct letters.

About

Basic program for a hangman game that uses a csv file for selecting a word. When a word is chosen, an array is created with length equal to the amount of letters inside the chosen word. The array is then populated with symbols and when the player successfully guesses a letter inside the chosen word, the symbols inside the array are replaced with…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages