Project 4: OOP Game
Treehouse Full Stack JavaScript Techdegree
Description
Players of the OOP Game can try to guess the name of a randomly selected Beyonce song.
Skills
- Object-Oriented JavaScript
- Array Iteration Methods
Features
- A correct guess reveals a letter on the board
- Lose a life if guessed incorrectly
- Use both the on screen keyboard and physical keyboard to select a letter*
- Scoreboard*
*Denotes "extra credit" feature
Note
This game was personalized by changing the background color and by adding a scoreboard that shows the total number of wins and losses for all games played. Refreshing the page refreshes the scoreboard.