Skip to content

A simple rock paper scissors game built with JavaScript as part of the Odin Project's Curriculum

Notifications You must be signed in to change notification settings

JadBizri/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Game

Welcome to the Rock Paper Scissors game! This project is an interactive game built with JavaScript that allows you to test your skills against the computer. Whether you're a beginner or a seasoned player, this classic game is a great way to have some fun and challenge yourself.

How to Play

Playing the game is simple. You'll be prompted to choose between rock, paper, or scissors, and the computer will also make its selection. The winner will be determined based on the following rules:

- Rock beats scissors.
- Scissors beats paper.
- Paper beats rock.

The game will keep track of your score, so you can see how well you're doing against the computer. Are you ready to show off your strategic thinking and intuition?

Technologies Used

This project is implemented using JavaScript, used for the game's logic. A user interface for the game was built using HTML & CSS. The game can be currently played simply by opening the webpage.

Icon Credits

Installation

To run the game locally on your machine, follow these steps:

1 - Clone this repository to your local machine.
2 - Open the project directory.
3 - Open the 'index.html' file in your preferred web browser.
4 - Start playing!

That's it! You're now ready to play the Rock Paper Scissors game on your own computer.

About

A simple rock paper scissors game built with JavaScript as part of the Odin Project's Curriculum

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published