Home About Portfolio Social
Home About Portfolio Social

OOP Game Show App

In this project, I created a browser-based, word guessing game: "Phrase Hunter." I use 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.

Using JavaScript, I created two JavaScript classes with specific properties and methods. I create a Game class for managing the game, and a Phrase class to help with creating an array of Phrase objects.

Technologies

HTML
CSS
JavaScript