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.