Skip to content

jomefavourite/Frontendmentor_rock-paper-scissors-master

Repository files navigation

Frontend Mentor - Rock, Paper, Scissors solution

This is a solution to the Rock, Paper, Scissors challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the game depending on their device's screen size
  • Play Rock, Paper, Scissors against the computer
  • Maintain the state of the score after refreshing the browser (optional)

Screenshot

picture 3

Links

My process

  • Making use of Dart SCSS/SASS (Syntactically Awesome Style Sheets) which I had never used.
  • Making use of just vanilla JavaScript.
  • Making use of Functional Programming Paradigm to the best of my abilities and lastly
  • Using BEM (Block Element Modifier) methodology for naming class names.

Read this article - Let's build a game using JavaScript to know my process of making the game

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • SCSS

What I learned

Read this article - Let's build a game using JavaScript to know what I've learnt by making the game

Author