Rock paper scissors is a classic game with a very simple rule set which makes it perfect for a beginner game project. In this video I will show you exactly how I would setup a rock paper scissors game with HTML, CSS, and JavaScript.
📚 Materials/References:
GitHub Code: https://github.com/WebDevSimplified/Rock-Paper-Scissors-In-JavaScript
Emoji Copy/Paste Site: https://getemoji.com
🧠Concepts Covered:
#javascript #html #css #web-development