benjyongzh / Memory-Card

A web game about testing a player's memory. Based on an assignment from The Odin Project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory-Card

A web-based game about testing the player's memory. Based on an assignment from The Odin Project. The player has to select cards which have not yet been selected by him/her. After each selection, the cards' positions are rearranged. The player's current score and highscore are recorded.

Githib Page: https://benjyongzh.github.io/Memory-Card/

Learning Objectives:

  • Practise useState and useEffect.
  • Practise shuffling algorithm.

The original project was last modified in January 2023, and was filtered from the Odin-Javascript repo into this separate repo.

About

A web game about testing a player's memory. Based on an assignment from The Odin Project.


Languages

Language:JavaScript 62.6%Language:CSS 33.9%Language:HTML 3.5%