rayyventura / memory_game

A memory card game that focus on implementing javascript logic of loops and functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crazy Parrot 🦜

Site Published at: https://rayyventura.github.io/memory_game/

Dinamic Memory Game

🎯 Target: Javascript (Programming Logic)
1. Shuffing Cards
Cards are shuffled on load or restart
2. Matching Cards
Handling matched and unmatched cards
3. Moves
Game displays the number of moves a user has made
5. The Timer
When the player starts a game, a displayed timer also starts. Once the player wins the game, the timer stops.
6. Restart
A restart method allows the player reset the game board, the timer and the moves

About

A memory card game that focus on implementing javascript logic of loops and functions


Languages

Language:JavaScript 54.7%Language:CSS 28.2%Language:HTML 17.1%