Skip to content

Created a broswer-based, word guessing game: "Phrase Hunter" using 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.

Notifications You must be signed in to change notification settings

Akhaled19/OOP_Game_Show_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP Game Show App

Azal Khaled's OOP Game Show App Project 4 as a TeamTreehouse Full Stack JavaScript Talent Path student.

App Description:

This is a Object Oriented Program for a phrase guessing game.

The program takes a random phrase from a list of phrases and then displays it on the screen hidden from view. The user can click the onscreen keyboard with a mouse to guess letters in the phrase.

If you have five guesses that are incorrect the game ends and the player loses.

If you find all letters in the phrase before your lives run out, the game ends and the player wins.

Styling changes I made:

  1. Changed the onscreen keyboard .chosen color to a green
  2. Changed the onscreen keyboard .wrong color to a red and color of the letter is gray
  3. Changed color of winning background (--color-win) to a bright green
  4. Changed color of the losing background (--color-lose) to a bright red

About

Created a broswer-based, word guessing game: "Phrase Hunter" using 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published