/WordGuessGame

Homework Assignment#2

Primary LanguageJavaScript

WordGuessGame

PennLPS Bootcamp Week #3 Assignment

The object of the application is to guess the name of the artist given from an array of word choices.

Start by guessing a letter. Guess the name of the music artist within 10 tries or you lose the game.

Access the web application here:

https://github.com/Pjae215/WordGuessGame

Fundamentals

  • Arrays
  • Event handlers
  • For Loops
  • JavaScript
  • Random generators
  • CSS
  • Bootstrap Framework
  • HTML5