Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Game 🎮

A simple and interactive Rock–Paper–Scissors web game built using HTML, CSS, and JavaScript.
The project demonstrates basic game logic, DOM manipulation, and event handling in JavaScript.


📌 Overview

This project allows a user to play the classic Rock–Paper–Scissors game against the computer.
The computer’s choice is generated randomly, and the winner is decided based on standard rules.

The game updates the result dynamically on the screen, providing an engaging and beginner-friendly experience.


🧠 Game Rules

  • 🪨 Rock beats ✂️ Scissors
  • ✂️ Scissors beats 📄 Paper
  • 📄 Paper beats 🪨 Rock
  • Same choices result in a draw

📸 Screenshots

🎯 Game Start Screenshot 2025-12-19 234724

🎯 During Play Screenshot 2025-12-19 234753


🚀 Live Demo

Play Game


✨ Features

  • User vs Computer gameplay
  • Random computer choice generation
  • Real-time result display
  • Simple and clean user interface
  • Beginner-friendly JavaScript logic

🛠️ Tech Stack

  • HTML – Structure
  • CSS – Styling
  • JavaScript – Game logic & DOM manipulation

About

A simple and interactive Rock–Paper–Scissors web game built using HTML, CSS, and JavaScript. The project demonstrates basic game logic, DOM manipulation, and event handling in JavaScript.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages