Rock Paper Scissors
Back to ProjectsDevelopment

Rock Paper Scissors

Classic Rock Paper Scissors, built from scratch with a twist, Auto Play mode included.

Overview

A browser based Rock Paper Scissors game built with vanilla HTML, CSS and JavaScript. No frameworks, no libraries, just clean logic and a working game. It tracks your score against the computer and lets you reset anytime. The Auto Play mode is the fun part, it plays rounds automatically so you can watch the computer battle itself.

The Problem

Every developer has a list of fundamentals they need to prove they can build without leaning on a framework. Game logic, state management, DOM manipulation and real time UI updates all in one small project.

The Solution

Built it clean and kept it focused. The game handles win and loss logic, updates the score in real time, shows what both sides picked each round and resets on demand. Auto Play was added as an extra layer to make it more interactive and a little more fun than the average beginner project.

Tools & Technologies

HTMLCSSJavaScript