/Schere-Stein-Papier

✋✊ ✌️ Rock Paper Scissors Game created with React

Primary LanguageJavaScript

Rock, Paper, Scissors

A website on which you can play "Rock, Paper, Scissors" against the computer.

Live demo

Starting game screenshot

Results page:

Example from play screenshot

Example from play screenshot

How it works

In order to play click of the emojis to pick your choice.

Rock: ✊
Paper: ✋
Scissors: ✌️

After 3 seconds you will find out if you won.

Technologies

This app was build with:

Install and Play

git clone https://github.com/stefi23/Schere-Stein-Papier.git
$ cd Schere-Stein-Papier
$ npm install
$ npm start