Skip to content

sashauly/pair-game-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pair-game-js

Screenshot

Simple Pair Game in vanilla Javascript. Live demo here.

Table of Contents

General Information

  • This is a game implemented in JavaScript.
  • Project developed in educational purposes to get familiar with DOM structures, arrow functions, arrays and objects in JavaScript.
    • HTML file contains only basic tags in <head> section. All the other stuff is in the pair-game.js file.
    • In CSS I mainly use em format for font-sizes, margin, etc. to get familiar with them either.
    • Tested in Chrome, Firefox and Safari browsers on desktop and mobile versions.

Technologies Used

  • JavaScript ES6
  • HTML5

Features

Rules are simple:

  • Choose a number of cards in rows and columns, click 'Start Game'.
  • Then you have memorize as much pair of cards as you can, but be careful - you have a little time for that!
  • And then you have to pick a pair of cards with identical numbers.

Good luck!

Setup

Just open the live version. For now this project served for presentation purposes

Project status

Project is: complete

Contacts

Created by @sashauly - feel free to contact me!