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
Includes JavaScript and CSS inside the main HTML file:
Appear as "HTML" code on GitHub as they are inside HTML tags.
JavaScript: between <script> tags
CSS: between <style> tags
About
A fun little rock, paper, scissors game written in HTML, CSS and JS. The JS is inside <script> tags and CSS inside <style> tags. Has auto-play functionality and even local storage for the score.