Skip to content

karol-wolski/rock-paper-scissors

Repository files navigation

Rock - Paper - Scissors

This project is a simple game known as Rock - Paper - Scissors. Currently, the player has the option to play against the computer. In the future, I want to add two more game modes such as play with a friend and play with a random opponent. The project was made using HTML, SCSS and TypeScript. Click the text below to see a live demo.
See demo

Installation

npm i

Run

npm start

Build

npm run build

Technologies

  • HTML
  • CSS (SCSS)
  • Typescript