AmeerMoustafa / Simon-Says

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simon-Says

image

About:

The classic memory game with sound, animations and a high score now on the web. I really learned more about animating the DOM, cleaning event listeners when you're done with the them and a taste of what is possible with just a browser, HTML/CSS and JS.

Features:

  • A level system that makes the game progressively harder with time
  • high score that is saved in localstorage
  • fully functioning sound and animations.

What I learned:

  • The importance of brainstorming before writing any code.
  • Cleaning up event listeners after use is incredibly important
  • Basics of localstorage
  • Refactor, refactor, refactor
  • A lot more practice on applying clean code principles and methodologies.
  • More effective debugging using console logs and alerts.

About


Languages

Language:JavaScript 74.1%Language:HTML 13.9%Language:CSS 12.0%