/Techdegree-OOPGameShowApp

Techdegree Full Stack JavaScript - Unit4

Primary LanguageJavaScript

Techdegree-OOPGameShowApp

Style changes: I have added 3 CSS animations from https://github.com/daneden/animate.css.

-In the "Phase Hunter" h2 from the "main-container" class, I have added the class "animated infinite pulse delay-3s".

-In the Game.js object, gameOver(gameWon) function, the message when the player lose "Sorry, you lose" I have added the animated and fadeInDownBig class.

-In the Game.js object, gameOver(gameWon) function, the message when the player win "Congratulations, you win!" I have added the animated and zoomIn class.