JavaScriptN0ob / memm-card-flip-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wenpei Z

Welcome to the card flip game.

  • Click on the card to view the back face of the card.
  • Get two exact same card to score.
  • Score are based on the time and level.
  • You only have 60s for each level.
  • There are three levels, '2x2', '4x4' and '6x6'.
  • Press 'Start Game' button when you are ready

If you do not want to download or run any codes, please see my screen shoot below.

image image image image image image image image image image

updates on 16.07.2020:

  • All cards now will randomly replaced at every time you start different levels, it becomes harder.
  • Re-program JS file for a better & stable work.
  • Devided programs into more smaller size function, to acheive a better maintainable and reuseable purpose.
  • Key binds function will be added shortly.

updates on 19.07.2020:

  • Using function to create element in parentNode gameBoard.
  • Using NodeClone to clone element to create a pair of cards.
  • update on intervals to save RAM and get better performance.
  • still have minor problem on keyBind and removeEventListener.

Wenpei Z

About


Languages

Language:JavaScript 82.9%Language:HTML 17.1%