Skip to content

Joy-Honchan/memorygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

A simple memory card game that using HTML, CSS and Vanilla JavaScript.

Skill Purpose
CSS transform & perspective Making card 3d flip
CSS animation Making Word flash in different colors
JS DOM classList toggle Rmove class name if existed or add class name if not existed
JS Math floor & CSS order Shuffle card order

Demo

Demo site demo-play demo-finish

Reference

freeCodeCamp - Memory Card Game - JavaScript Tutorial