Skip to content

meg-imperato/HangmanPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HangmanPlayer

This Java program efficiently plays hangman against the user. The program guesses based on a hashmap of letters and cooresponding frequencies. The hashmap is created by reading a scrabble dictionary text file and using regular expressions to determine when a letter's frequency should be incremented.

Releases

No releases published

Packages

No packages published

Languages