tsvetelinastef / RockPaperScissors

This is a simple console game "Rock Paper Scissors".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The "Rock - Paper - Scissors" Game 🕹️

A console-based JavaScript implementation of the "Rock-Paper-Scissors" game.

image

${}{Rock-Paper-Scissors}$ is a simple two player game. Where you and your oponent(the computer) simultaneously choose one of the following three options: "rock", "paper"or "scissors". The rules are as follows:

  • Rock beats scissors
  • Scissors beats paper
  • Paper beats rock

image

For our simple game, you may analyze all possible game situations in a table

###Link: Source Code

About

This is a simple console game "Rock Paper Scissors".

License:MIT License


Languages

Language:JavaScript 100.0%