Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 397 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 397 Bytes

WELCOME TO ERICK WHITE'S PHRASE SOLVER!

The object of the game is simple: get the most points by guessing letters in a phrase. The player with the highest score when the entire phrase is guessed wins.

EXPANSION

More phrases can be added by modifying the PHRASES array in PhraseSolver.java; additional special character exceptions can be added to the specialChars ArrayList in Phrase.java.