ronniejuan / ex1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mentoring_01

Hey everyone... 🤠 👻
I'm Fahim, one of the DCI Web-dev trainers.



Today we are going to: 🦋

  1. Get to know each-other.
  2. Talk about, how we should proceed with mentoring classes.
  3. Doing some coding together


How Can I Help You? 🦋

  1. By reviewing the topics
  2. By exercising on real-world examples
  3. By answering your questions
  4. By supporting you while working on your projects.

Note:

Every week we have one new repository that contains all required files and information about that day.

How to run the project

npm install to install all dependencies
npm run serve to start the project



Project Description

This project is a small game called Memory Game. The game will start after loading the application into browser and clicking on Play button. ( ▶️ )

  • The timer should start counting, immediatly after starting the game and at the same time 8 pairs of pictures should inject into the table's cells randomly.

  • After clicking on each cell the picture of that cell should be displayed and compared with the second selected picture. If they are matched, they should lock as visible, otherwise spin out to their original state after 1 second. (invisible)

  • Finding every pair of pictures, will have 12.5 points for the user. But after 3 consecutive mistakes, the users points should reset to zero.



Demo of MEMORY GAME

About


Languages

Language:JavaScript 69.5%Language:CSS 22.7%Language:HTML 7.8%