Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.4 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.4 KB

Simon Game

Simon is an app game of short-term memory skill. The app creates a series of tones and lights and requires a user to repeat the sequence. If the user succeeds the series becomes progressively longer and more complex made with HTML, CSS/Sass, and JavaScript.

Table of contents

Overview

The challenge

Users should be able to:

  • Repeat the sequence of the game

Screenshot

simon-game

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS, Sass
  • Flexbox
  • Desktop First Workflow
  • JavaScript Array forEach()
  • HTML DOM Element addEventListener()
  • JavaScript Callbacks
  • If else Statement
  • For loop

Useful resources