Skip to content

silvodesigns/MemoryGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokeball Matching Game 👍

This version of the Pokemon Game Match Project was done using React JS.

matchgame

#Currently working on a redesign of project

image image

Installation

The project is built using React.js Clone the project to your local machine and run the following commands:

npm install
npm start

In order to play

  • When you first load the play, you will encounter the welcome screen.
  • Click the play button in order to beging the game.
  • As soon as you click the play button, the cards will be displayed on the screen and a timer will begin to count.
  • You can play the game by just clicking on any of the cards.

In order to win

  • The goal of the game is to match all the cards.
  • The less time you spend while trying to match them all the better score you will get.
  • The score system is based on three stars.
  • Time and the amount of click you made are taken into considerartion.

note: game is playable, but I am still working on fixing minor bugs