Game

Rock Paper Scissors Arena

Single-file, animated, mobile-friendly take on the classic rock-paper-scissors game.

HTML5CSS3JavaScript (ES6)

01Overview

Rock Paper Scissors Arena is a polished version of the classic game that runs from a single HTML file. No build tools, no dependencies — open it in a browser and it works.

It is a small project with a deliberate purpose: the code stays simple enough for a beginner to read while still following clean front-end practice. Variable names and comments were written with that readability goal in mind.

02Key Features

03Engineering Notes