Skip to content

tomrule007/matching-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matching Game

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.


Tech Used / Dependencies


Quick Start

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.

About

A browser-based card matching game that presents the player with cards arranged in a 4x4 grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published