/match-match-game

A card game in which all of the cards are laid face down on a surface and two cards are flipped face up over each turn

Primary LanguageJavaScript

Match match game

Table of Contents
  1. About The Project
  2. Getting Started

About the project

A card game in which all of the cards are laid face down on a surface and two cards are flipped face up over each turn

The demo can be viewed at the link https://match-match-game.netlify.app/

demo

Built with

  • HTML
  • SCSS
  • Vanilla JS
  • Webpack

(back to top)

Getting started

Prepare

Install

  • Go to folder match-match-game
  • To install all dependencies use npm install

Launch

  • Run npm run start in the command line for watch mode
  • Run npm run dev in the command line for development mode
  • Run npm run build in the command line for production mode

(back to top)