finish06 / FEND-Project-2

Udacity Front-End Web Development Project 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Game Project

Table of Contents

Project Overview

The purpose of this project is to apply recently learned HTML, CSS & JavaScript skills to create a memory match game.

Game Instructions

The objective of the game is to find the corresponding match for the 8 'cards' in the deck. For each turn, a player will:

  • flip over an initial card
  • flip over a second card
  • matching cards will stay up
  • non-matching cards will flip down after 0.5 seconds

Installation

Place folder, i.e. FEND-Project-2, in webserver root folder

  • Debian distro: /var/www/html/

Dependencies

  • Bootstrap4: Font Awesome icons
  • Good Fonts: Coda font

About

Udacity Front-End Web Development Project 2


Languages

Language:JavaScript 46.9%Language:HTML 31.8%Language:CSS 21.3%