Skip to content

A simple rock-paper-scissors game built with HTML and JavaScript to demonstrate basic concepts such as DOM manipulation and event handling.

Notifications You must be signed in to change notification settings

drawdejohn/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors Game

Overview

A simple rock-paper-scissors game built with HTML and JavaScript to demonstrate basic concepts such as DOM manipulation and event handling.

Live App

You can play the game online by clicking here

How to Play

To play the game, click on one of the three buttons: Rock, Paper, or Scissors. The computer randomly chooses its move, and the winner is determined based on the game's rules. The first player to reach a score of 5 wins the game. To start a new game, refresh the page.

Technologies Used

  • HTML
  • JavaScript

Features

  • Random computer selection
  • Score tracking
  • Declaration of winner
  • Reset game option

Credits

This project was built as part of my web development course. The original idea came from The Odin Project's Rock Paper Scissors project.

About

A simple rock-paper-scissors game built with HTML and JavaScript to demonstrate basic concepts such as DOM manipulation and event handling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published