Rock Paper Scissors Game
The familiar game of Rock, Paper, Scissors is played like this: at the same time, two players display one of three symbols: a rock, paper, or scissors. A rock beats scissors, scissors beat paper by cutting it, and paper beats rock by covering it. In this simulation, the computer has two different strategies that it can follow

Case Study
A deep dive into the project development process
The Problem
A small interactive game to demonstrate JavaScript logic and simple AI strategies.
The Solution
Implemented game logic with two computer strategies and an interactive UI for players to play against the computer.
Key Features
- Two AI strategies
- Score tracking
- Responsive UI
Challenges Faced
Balancing game randomness vs predictable strategies for enjoyable play.
What I Learned
Keep game loop logic separate from UI for easier testing and enhancements.
Results & Impact
An educational interactive demo showcasing JS logic and basic AI behavior.


