Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 554 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 554 Bytes

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