Skip to content

An object-orientated JavaScript project that makes a phrase guessing name

Notifications You must be signed in to change notification settings

bloudcloudcomms/Phrase-Hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP Game Show App - Phrase Hunter

This project is a browser-based, word guessing game: "Phrase Hunter. That uses JavaScript and OOP (Object-Oriented Programming) to select a random, hidden phrase, which a player tries to guess, by clicking letters on an onscreen keyboard.

Each time the player guesses a letter, the program 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, your programming will need to disable that letter on the onscreen keyboard.

About

An object-orientated JavaScript project that makes a phrase guessing name

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published