/rock-paper-scissors

✊🖐️✌️ A modern take on a simple classic. Built with React & SCSS ✊🖐️✌️

Primary LanguageJavaScript

Rock ✊, Paper 🖐️, Scissors ✌️

A simple but classic game! If the player wins, they gain 1 point. If the computer wins, the player loses one point.

  • Paper beats Rock
  • Rock beats Scissors
  • Scissors beats Paper

This website was built with React, Webpack and SCSS

  1. Please install the dependences with "NPM install" after you have first downloaded the project

  2. Run "NPM run start" to run the development version

  3. Run "NPM run build" to create the production version