Skip to content

Fubge/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Game

A simple Rock Paper Scissors game developed by myself using HTML, CSS, and JavaScript. Please note that this project represents one of my very first steps in learning JavaScript, so I appreciate your patience and understanding.

Instructions

  1. Clone or download the project.
  2. Open index.html in your web browser.
  3. Click "Start Game" and choose your move.
  4. See the result and click "Play Again" to reset.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Project Structure

  • index.html: Main game file.
  • styles.css: Styling for the game.
  • script.js: Game logic implementation.