Skip to content

A simple game with the computer, taken from the idea of the rock, Paper, Scissors game. We want to make an idea similar to it with the computer in a fun and entertaining way.

Notifications You must be signed in to change notification settings

Farha-Dahman/Rock_Paper_Scissors_game

Repository files navigation

Rock_Paper_Scissors_game

A simple game with the computer, taken from the idea of the rock, Paper, Scissors game. We want to make an idea similar to it with the computer in a fun and entertaining way, and get it looking as close to the design as possible.

To do this game, we needed a basic of HTML, CSS and JavaScript.

Your users should be able to:

  • View the optimal layout for the game depending on their device's screen size.
  • Play Rock, Paper, Scissors against the computer.
  • Maintain the state of the score after refreshing the browser.
  • Play Rock, Paper, Scissors, Lizard, Spock against the computer.

Rule

according to rules of each game, of the player wins, they gain 1 point. If the computer wins, the player loses one point.

Rules of First game:

  • Paper beats Rock
  • Rock beats Scissors
  • Scissors beats Paper
  • Rules of Second game:

  • Scissors beats Paper
  • Paper beats Rock
  • Rock beats Lizard
  • Lizard beats Spock
  • Spock beats Scissors
  • Scissors beats Lizard
  • Paper beats Spock
  • Rock beats Scissors
  • Lizard beats Paper
  • Spock beats Rock
  • Let's go to play this game👏🔥

    About

    A simple game with the computer, taken from the idea of the rock, Paper, Scissors game. We want to make an idea similar to it with the computer in a fun and entertaining way.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published