Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1014 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 1014 Bytes

Overview

Which Beyoncé? is a memory matching card game built with two other front end developers during module 1 of 4 at Turing School of Software and Design. Each player takes turn flipping over two cards at a time. If they match, that player “scores”. If the two cards don’t match, they must be flipped back over. The goal is the get the greatest amount of matches in the shortest time.

Learning Goals

Solidify and demonstrate understanding of:

  • semantic HTML
  • DRY JavaScript
  • localStorage to persist data
  • Iterate through/filter DOM elements using for loops
  • Understand the difference between the data model and how the data is displayed on the DOM
  • Match/recreate a UI and create a great UX

Game In Action

gif Play here

Comps

Game Play Comp

Wireframing

Wireframe

Contributors welcome!