Are you even a junior developer if you haven't programmed a game of rock paper scissors? π€·π»ββοΈ I think not!
While learning JavaScript in Adalab's Web Dev Bootcamp I wanted to keep practicing on my own, so I followed @developedbyed's amazing tutorial on how to create a fun game of Rock Paper and Scissors.
- Review basic JavaScript concepts;
- Practice DOM manipulation;
- Get familiar with function syntax;
- Get better at understanding games logic;
- Learn how to use keyframes
- When one player reaches X points a button appears showing who the winner is, followed by a button to start over
- Change the color of the winner hand, to improve feedback
- Give the user the ability to introduce his name
- Implement a high score counter