You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Racing Game
This game synthesized all the knowledge I acquired over the past two weeks, plus let me have a little fun with animations and keyup functions. This game allows 2 players to move either Sully or Mike W. from Monsters, Inc. across the browser to compete for the win!
Technologies Used
HTML 5
CSS3
JavaScript
JQuery
Animate CSS
Existing Features
Initial instructions pulse to grab the player's attention
Countdown fades in & disappears
Players can't move until countdown completes
Monsters toggle a transform class to give the appearance of running
Winner's name displays on main page
Button slides in to restart game
Character slide back in place
Code I'm Proud of
I wanted to give both characters the look of "running," and toggleClass was the closest I got! I originally had a much larger operation that turned the classes on and off, and then I found out about the toggle.