A browser-based card matching game that presents the player with cards arranged in a 4x4 grid
The objective of the Matching Game is for the player to turn over pairs of matching cards across eight successive turns. In a turn if the player selects two cards whose symbols match those cards, along with those successfully matched in previous turns, will remain up. However, if the player chooses two cards with different symbols they will both be flipped over, obscuring their symbols.
by Thomas Herzog.
- Description from: Chingu Voyage Pre-work Project - Tier 2
- Required solo project for Chingu Vogage 12 qualification
LIVE LINK : https://stupefied-shirley-d968a4.netlify.com/
-
This project was bootstrapped with Create React App
-
Icons from seeklogo
In the terminal navigate to desired install directory and type the following commands:
$ git clone https://github.com/tomrule007/matching-game
$ cd matching-game
$ npm install
*Note this requires you have git & node installed (google them if you do not have them)
Them In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.