Skip to content

AndreyFilonenko/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory game "Find the pairs"

This is a simple, but interesting puzzle game. The objective of game is to flip and match all the turned-down cards in as few moves as possible to clear the game field.

Stack

This app built using HTML, CSS, and plain JavaScript without any outer libraries and frameworks (jQuery, lodash, Bootstrap etc).

Demo

A working demo temporary placed here: http://andreyfilonenko.github.io/memory-game

Usage

  1. At first, download archive from here, unpack it and get the game files from build folder (img and fonts folders, .js and .css files), and place it in the root folder of your website.

  2. Markup the empty div you want the game to exist in (similar to the following):

    <div id="appcontainer" class="container"></div>

  3. In page meta, add the reference link to game stylesheet and font "Roboto Slab", e.g as follow:

    <link href="fonts/robotoslab.css" rel="stylesheet"/> <link href="app.css" rel="stylesheet"/>

  4. In the bottom of the page body tag, place the script reference:

    <script src="app.bundle.js"></script>

License

Licensed under the MIT license - http://www.opensource.org/licenses/mit-license.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published