Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

7Str1kes/rps-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Rock, Paper, Scissors ๐Ÿงฑ๐Ÿ“„โœ‚๏ธ

A simple web-based Rock, Paper, Scissors (RPS) game built using HTML, CSS, and JavaScript.

๐ŸŽฎ How the game works

  • The player selects Rock, Paper, or Scissors.
  • The bot randomly picks one of the three options.
  • The game compares the choices and shows the result:
    • Rock beats Scissors
    • Scissors beats Paper
    • Paper beats Rock
    • If both choose the same, it's a tie.

๐Ÿš€ How to run this project

  1. Clone the repository:

    git clone https://github.com/7Str1kes/rps-app.git
  2. Navigate into the project folder:

    cd rps-app
  3. Open the index.html file in your browser by double-clicking the file.

๐Ÿ› ๏ธ Technologies Used

  • HTML
  • CSS
  • JavaScript

๐Ÿ“ Project Structure

rps-app/
โ”œโ”€โ”€ index.html
โ”œโ”€โ”€ styles.css
โ””โ”€โ”€ main.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors