A browser-based, word guessing game: "Phrase Hunter." Uses vanilla JavaScript and OOP.
Each time the player guesses a letter, the game compares the letter the player has chosen with the random phrase. If the letter is in the phrase, the gameboard displays the chosen letters on the screen.
A player continues to select letters until they guess the phrase (and win), or make five incorrect guesses (and lose).
If the player completes the phrase before they run out of guesses, a winning screen appears. If the player guesses incorrectly five times, a losing screen appears.
A player can guess a letter only once. After they’ve guessed a letter, the app will disable that letter on the onscreen keyboard.
Custom styles have been added to make the app more mobile friendly.