Skip to content

aluoch-dev/flipper-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flipper Game

Welcome to Flipper Game! This is a simple memory card matching game built with React. Test your memory skills by flipping cards and matching pairs.

This README template provides instructions for installation, getting started, and game rules which should give users a clear understanding of how to install, use, and re-use this Flip Card Game project.

Table of Contents

Installation

To install and run the Flip Card Game on your machine, follow these steps:

  1. Clone this repository to your local machine using:

    git clone https://github.com/your-username/flip-card-game.git
    
  2. Once cloned navigate to the project directory using the prompt:

     cd flip-card-game
    
  3. Install the required dependencies using the command:

      npm install
    

Getting Started

Once, the installations are complete, you can start the game as below:

  1. Start the development server:

    npm start
    
  2. This should open the game in your browser, however, in any case, this does not happen, in your web browser load the URL: http://localhost:3000